Html Css Color HEX #B595DB Biloba Flower

📋 copy color: '#B595DB'

red 181 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B595DB

Tints of Biloba Flower #B595DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.14%

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 32.97%
G = 27.14%
B = 39.89%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B595DB (or 0xB595DB) is known color: Biloba Flower. HEX triplet: B5, 95 and DB. RGB value is (181,149,219). Sum of RGB (Red+Green+Blue) = 181+149+219=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B595DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595DB is #4A6A24. Grayscale: #A6A6A6. Windows color (decimal): -4876837 or 14390709. OLE color: 14390709.

HSL color Cylindrical-coordinate representation of color #B595DB: hue angle of 267.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B595DB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 149 219 -
CMYK 0.17 0.32 0 0.14
HSL 267.43º 0.49% 0.72% -
HSV(B) 267.43º 0.32% 0.86% -
XYZ 42.59 36.43 71.81 -
YUV 166.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 181 149 219 0.17 0.32 0 0.14 267.43 0.49 0.72
Hex B5 95 DB 11 20 0 E 10B 31 48
Octal 265 225 333 21 40 0 16 413 61 110
Binary 10110101 10010101 11011011 10001 100000 0 1110 100001011 110001 1001000

Color Harmonies of #B595DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595DB

Black with #B595DB

Text Example


Text Example

White with #B595DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595DB; }

 p { color: rgb(181,149,219); }

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

background-color css

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

 a { background-color: rgb(181,149,219); }

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

border-color css

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

 span { border-color: rgb(181,149,219); }

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