#B252CF

Color #B252CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B252CF

Tints of Medium Orchid #B252CF

Color information

#B252CF (or 0xB252CF) is unknown color: approx Medium Orchid. HEX triplet: B2, 52 and CF. RGB value is (178,82,207). Sum of RGB (Red+Green+Blue) = 178+82+207=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #B252CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B252CF is #4DAD30. Grayscale: #7C7C7C. Windows color (decimal): -5090609 or 13587122. OLE color: 13587122.

HSL color Cylindrical-coordinate representation of color #B252CF: hue angle of 286.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B252CF is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17882207-
CMYK0.140.6000.19
HSL286.08º56.56%56.67%-
HSV(B)286.08º60.39%81.18%-
XYZ32.642061.17-
YUV124.95174.3165.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=38.12%
G=17.56%
B=44.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal178822070.140.6000.19286.0856.5656.67
HexB252CFE3C01311e3939
Octal26212231716740234367171
Binary101100101010010110011111110111100010011100011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B252CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B252CF; }

 p { color: rgb(178,82,207); }

 H1.HeaderClassName
 {
   color: #B252CF;
 }
 .AnyTagClassName
 {
   color: #B252CF;
 }
</style>
background-color css

<style>
 a { background-color: #B252CF; }

 a { background-color: rgb(178,82,207); }

 div.DivClassName
 {
   background-color: #B252CF;
 }
 .BgClassName
 {
   background-color: #B252CF;
 }
</style>
border-color css

<style>
 span { border-color: #B252CF; }

 span { border-color: rgb(178,82,207); }

 td.TdClassName
 {
   border-color: #B252CF;
 }
 .TagClassName
 {
   border-color: #B252CF;
 }
</style>