#B35CCF

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

Shades of Medium Orchid #B35CCF

Tints of Medium Orchid #B35CCF

Color information

#B35CCF (or 0xB35CCF) is unknown color: approx Medium Orchid. HEX triplet: B3, 5C and CF. RGB value is (179,92,207). Sum of RGB (Red+Green+Blue) = 179+92+207=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 92 (36.33% from 255 or 19.25% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #B35CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CCF is #4CA330. Grayscale: #828282. Windows color (decimal): -5022513 or 13589683. OLE color: 13589683.

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

Color convert

RGB17992207-
CMYK0.140.5600.19
HSL285.39º54.5%58.63%-
HSV(B)285.39º55.56%81.18%-
XYZ33.6821.7461.45-
YUV131.12170.82162.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 92 (36.33% from 255) = 19.25%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=37.45%
G=19.25%
B=43.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal179922070.140.5600.19285.3954.558.63
HexB35CCFE3801311d373b
Octal26313431716700234356773
Binary101100111011100110011111110111000010011100011101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CCF; }

 p { color: rgb(179,92,207); }

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

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

 a { background-color: rgb(179,92,207); }

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

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

 span { border-color: rgb(179,92,207); }

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