Html Css Color HEX #B599DF Biloba Flower

📋 copy color: '#B599DF'

red 181 ◦ green 153 ◦ blue 223

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

Shades of Biloba Flower #B599DF

Tints of Biloba Flower #B599DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.47%

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 32.5%
G = 27.47%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B599DF (or 0xB599DF) is known color: Biloba Flower. HEX triplet: B5, 99 and DF. RGB value is (181,153,223). Sum of RGB (Red+Green+Blue) = 181+153+223=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B599DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DF is #4A6620. Grayscale: #A9A9A9. Windows color (decimal): -4875809 or 14653877. OLE color: 14653877.

HSL color Cylindrical-coordinate representation of color #B599DF: hue angle of 264º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B599DF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 153 223 -
CMYK 0.19 0.31 0 0.13
HSL 264º 0.52% 0.74% -
HSV(B) 264º 0.31% 0.87% -
XYZ 43.77 37.93 74.83 -
YUV 169.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 181 153 223 0.19 0.31 0 0.13 264 0.52 0.74
Hex B5 99 DF 13 1F 0 D 108 34 4A
Octal 265 231 337 23 37 0 15 410 64 112
Binary 10110101 10011001 11011111 10011 11111 0 1101 100001000 110100 1001010

Color Harmonies of #B599DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B599DF

Black with #B599DF

Text Example


Text Example

White with #B599DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B599DF; }

 p { color: rgb(181,153,223); }

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

background-color css

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

 a { background-color: rgb(181,153,223); }

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

border-color css

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

 span { border-color: rgb(181,153,223); }

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