Html Css Color HEX #B28BDE Biloba Flower

📋 copy color: '#B28BDE'

red 178 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #B28BDE

Tints of Biloba Flower #B28BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.19%

R = 33.02%
G = 25.79%
B = 41.19%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B28BDE (or 0xB28BDE) is known color: Biloba Flower. HEX triplet: B2, 8B and DE. RGB value is (178,139,222). Sum of RGB (Red+Green+Blue) = 178+139+222=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #B28BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDE is #4D7421. Grayscale: #9F9F9F. Windows color (decimal): -5076002 or 14584754. OLE color: 14584754.

HSL color Cylindrical-coordinate representation of color #B28BDE: hue angle of 268.19º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28BDE is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 139 222 -
CMYK 0.20 0.37 0 0.13
HSL 268.19º 0.56% 0.71% -
HSV(B) 268.19º 0.37% 0.87% -
XYZ 40.78 33.2 73.37 -
YUV 160.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 178 139 222 0.20 0.37 0 0.13 268.19 0.56 0.71
Hex B2 8B DE 14 25 0 D 10C 38 47
Octal 262 213 336 24 45 0 15 414 70 107
Binary 10110010 10001011 11011110 10100 100101 0 1101 100001100 111000 1000111

Color Harmonies of #B28BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BDE

Black with #B28BDE

Text Example


Text Example

White with #B28BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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