#B35CCD

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

Shades of Medium Orchid #B35CCD

Tints of Medium Orchid #B35CCD

Color information

#B35CCD (or 0xB35CCD) is unknown color: approx Medium Orchid. HEX triplet: B3, 5C and CD. RGB value is (179,92,205). Sum of RGB (Red+Green+Blue) = 179+92+205=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CCD is #4CA332. Grayscale: #828282. Windows color (decimal): -5022515 or 13458611. OLE color: 13458611.

HSL color Cylindrical-coordinate representation of color #B35CCD: hue angle of 286.19º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35CCD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17992205-
CMYK0.130.5500.20
HSL286.19º53.05%58.24%-
HSV(B)286.19º55.12%80.39%-
XYZ33.4421.6560.17-
YUV130.9169.82162.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=37.61%
G=19.33%
B=43.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179922050.130.5500.20286.1953.0558.24
HexB35CCDD3701411e353a
Octal26313431515670244366572
Binary101100111011100110011011101110111010100100011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CCD; }

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

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

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

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

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

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

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

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