Html Css Color HEX #B599DA Biloba Flower

📋 copy color: '#B599DA'

red 181 ◦ green 153 ◦ blue 218

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

Shades of Biloba Flower #B599DA

Tints of Biloba Flower #B599DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 32.79%
G = 27.72%
B = 39.49%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B599DA (or 0xB599DA) is known color: Biloba Flower. HEX triplet: B5, 99 and DA. RGB value is (181,153,218). Sum of RGB (Red+Green+Blue) = 181+153+218=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B599DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B599DA is #4A6625. Grayscale: #A8A8A8. Windows color (decimal): -4875814 or 14326197. OLE color: 14326197.

HSL color Cylindrical-coordinate representation of color #B599DA: hue angle of 265.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B599DA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 153 218 -
CMYK 0.17 0.30 0 0.15
HSL 265.85º 0.47% 0.73% -
HSV(B) 265.85º 0.3% 0.85% -
XYZ 43.1 37.67 71.33 -
YUV 168.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 181 153 218 0.17 0.30 0 0.15 265.85 0.47 0.73
Hex B5 99 DA 11 1E 0 F 10A 2F 49
Octal 265 231 332 21 36 0 17 412 57 111
Binary 10110101 10011001 11011010 10001 11110 0 1111 100001010 101111 1001001

Color Harmonies of #B599DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B599DA

Black with #B599DA

Text Example


Text Example

White with #B599DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B599DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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