Html Css Color HEX #B59CCD Biloba Flower

📋 copy color: '#B59CCD'

red 181 ◦ green 156 ◦ blue 205

#B59CCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B59CCD

Tints of Biloba Flower #B59CCD

RGB

 RED value IS 181 (71.09% from 255) = 33.39%

 GREEN value IS 156 (61.33% from 255) = 28.78%

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 33.39%
G = 28.78%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B59CCD (or 0xB59CCD) is known color: Biloba Flower. HEX triplet: B5, 9C and CD. RGB value is (181,156,205). Sum of RGB (Red+Green+Blue) = 181+156+205=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #B59CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CCD is #4A6332. Grayscale: #A8A8A8. Windows color (decimal): -4875059 or 13474997. OLE color: 13474997.

HSL color Cylindrical-coordinate representation of color #B59CCD: hue angle of 270.61º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B59CCD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 156 205 -
CMYK 0.12 0.24 0 0.20
HSL 270.61º 0.33% 0.71% -
HSV(B) 270.61º 0.24% 0.8% -
XYZ 41.96 38.01 62.88 -
YUV 169.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 181 156 205 0.12 0.24 0 0.20 270.61 0.33 0.71
Hex B5 9C CD C 18 0 14 10F 21 47
Octal 265 234 315 14 30 0 24 417 41 107
Binary 10110101 10011100 11001101 1100 11000 0 10100 100001111 100001 1000111

Color Harmonies of #B59CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59CCD

Black with #B59CCD

Text Example


Text Example

White with #B59CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59CCD; }

 p { color: rgb(181,156,205); }

 H1.HeaderClassName
 {
   color: #B59CCD;
 }
 .AnyTagClassName
 {
   color: #B59CCD;
 }
</style>

background-color css

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

 a { background-color: rgb(181,156,205); }

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

border-color css

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

 span { border-color: rgb(181,156,205); }

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