Html Css Color HEX #B58CDB Biloba Flower

📋 copy color: '#B58CDB'

red 181 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #B58CDB

Tints of Biloba Flower #B58CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.93%

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

R = 33.52%
G = 25.93%
B = 40.56%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B58CDB (or 0xB58CDB) is known color: Biloba Flower. HEX triplet: B5, 8C and DB. RGB value is (181,140,219). Sum of RGB (Red+Green+Blue) = 181+140+219=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B58CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CDB is #4A7324. Grayscale: #A0A0A0. Windows color (decimal): -4879141 or 14388405. OLE color: 14388405.

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

Color convert

RGB 181 140 219 -
CMYK 0.17 0.36 0 0.14
HSL 271.14º 0.52% 0.7% -
HSV(B) 271.14º 0.36% 0.86% -
XYZ 41.22 33.69 71.35 -
YUV 161.27 160.58 142.08 -
System Red Green Blue C M Y K H S L
Decimal 181 140 219 0.17 0.36 0 0.14 271.14 0.52 0.7
Hex B5 8C DB 11 24 0 E 10F 34 46
Octal 265 214 333 21 44 0 16 417 64 106
Binary 10110101 10001100 11011011 10001 100100 0 1110 100001111 110100 1000110

Color Harmonies of #B58CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CDB

Black with #B58CDB

Text Example


Text Example

White with #B58CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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