Html Css Color HEX #B598DA Biloba Flower

📋 copy color: '#B598DA'

red 181 ◦ green 152 ◦ blue 218

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

Shades of Biloba Flower #B598DA

Tints of Biloba Flower #B598DA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.59%

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

R = 32.85%
G = 27.59%
B = 39.56%

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

#B598DA (or 0xB598DA) is known color: Biloba Flower. HEX triplet: B5, 98 and DA. RGB value is (181,152,218). Sum of RGB (Red+Green+Blue) = 181+152+218=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B598DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598DA is #4A6725. Grayscale: #A7A7A7. Windows color (decimal): -4876070 or 14325941. OLE color: 14325941.

HSL color Cylindrical-coordinate representation of color #B598DA: hue angle of 266.36º 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 #B598DA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 152 218 -
CMYK 0.17 0.30 0 0.15
HSL 266.36º 0.47% 0.73% -
HSV(B) 266.36º 0.3% 0.85% -
XYZ 42.94 37.34 71.27 -
YUV 168.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 181 152 218 0.17 0.30 0 0.15 266.36 0.47 0.73
Hex B5 98 DA 11 1E 0 F 10A 2F 49
Octal 265 230 332 21 36 0 17 412 57 111
Binary 10110101 10011000 11011010 10001 11110 0 1111 100001010 101111 1001001

Color Harmonies of #B598DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B598DA

Black with #B598DA

Text Example


Text Example

White with #B598DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B598DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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