Html Css Color HEX #B28BDB Biloba Flower

📋 copy color: '#B28BDB'

red 178 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #B28BDB

Tints of Biloba Flower #B28BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.93%

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

R = 33.21%
G = 25.93%
B = 40.86%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B28BDB (or 0xB28BDB) is known color: Biloba Flower. HEX triplet: B2, 8B and DB. RGB value is (178,139,219). Sum of RGB (Red+Green+Blue) = 178+139+219=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDB is #4D7424. Grayscale: #9F9F9F. Windows color (decimal): -5076005 or 14388146. OLE color: 14388146.

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

Color convert

RGB 178 139 219 -
CMYK 0.19 0.37 0 0.14
HSL 269.25º 0.53% 0.7% -
HSV(B) 269.25º 0.37% 0.86% -
XYZ 40.38 33.04 71.27 -
YUV 159.78 161.42 141 -
System Red Green Blue C M Y K H S L
Decimal 178 139 219 0.19 0.37 0 0.14 269.25 0.53 0.7
Hex B2 8B DB 13 25 0 E 10D 35 46
Octal 262 213 333 23 45 0 16 415 65 106
Binary 10110010 10001011 11011011 10011 100101 0 1110 100001101 110101 1000110

Color Harmonies of #B28BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BDB

Black with #B28BDB

Text Example


Text Example

White with #B28BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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