Html Css Color HEX #B28ADB Biloba Flower

📋 copy color: '#B28ADB'

red 178 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B28ADB

Tints of Biloba Flower #B28ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.79%

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

R = 33.27%
G = 25.79%
B = 40.93%

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

#B28ADB (or 0xB28ADB) is known color: Biloba Flower. HEX triplet: B2, 8A and DB. RGB value is (178,138,219). Sum of RGB (Red+Green+Blue) = 178+138+219=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B28ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ADB is #4D7524. Grayscale: #9E9E9E. Windows color (decimal): -5076261 or 14387890. OLE color: 14387890.

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

Color convert

RGB 178 138 219 -
CMYK 0.19 0.37 0 0.14
HSL 269.63º 0.53% 0.7% -
HSV(B) 269.63º 0.37% 0.86% -
XYZ 40.23 32.76 71.22 -
YUV 159.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 178 138 219 0.19 0.37 0 0.14 269.63 0.53 0.7
Hex B2 8A DB 13 25 0 E 10E 35 46
Octal 262 212 333 23 45 0 16 416 65 106
Binary 10110010 10001010 11011011 10011 100101 0 1110 100001110 110101 1000110

Color Harmonies of #B28ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28ADB

Black with #B28ADB

Text Example


Text Example

White with #B28ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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