Html Css Color HEX #B28CDB Biloba Flower

📋 copy color: '#B28CDB'

red 178 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #B28CDB

Tints of Biloba Flower #B28CDB

RGB

 RED value IS 178 (69.92% from 255) = 33.15%

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

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

R = 33.15%
G = 26.07%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B28CDB (or 0xB28CDB) is known color: Biloba Flower. HEX triplet: B2, 8C and DB. RGB value is (178,140,219). Sum of RGB (Red+Green+Blue) = 178+140+219=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CDB is #4D7324. Grayscale: #A0A0A0. Windows color (decimal): -5075749 or 14388402. OLE color: 14388402.

HSL color Cylindrical-coordinate representation of color #B28CDB: hue angle of 268.86º 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 #B28CDB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 140 219 -
CMYK 0.19 0.36 0 0.14
HSL 268.86º 0.52% 0.7% -
HSV(B) 268.86º 0.36% 0.86% -
XYZ 40.52 33.34 71.32 -
YUV 160.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 178 140 219 0.19 0.36 0 0.14 268.86 0.52 0.7
Hex B2 8C DB 13 24 0 E 10D 34 46
Octal 262 214 333 23 44 0 16 415 64 106
Binary 10110010 10001100 11011011 10011 100100 0 1110 100001101 110100 1000110

Color Harmonies of #B28CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CDB

Black with #B28CDB

Text Example


Text Example

White with #B28CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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