Html Css Color HEX #B28BDD Biloba Flower

📋 copy color: '#B28BDD'

red 178 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #B28BDD

Tints of Biloba Flower #B28BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 33.09%
G = 25.84%
B = 41.08%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B28BDD (or 0xB28BDD) is known color: Biloba Flower. HEX triplet: B2, 8B and DD. RGB value is (178,139,221). Sum of RGB (Red+Green+Blue) = 178+139+221=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #B28BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDD is #4D7422. Grayscale: #9F9F9F. Windows color (decimal): -5076003 or 14519218. OLE color: 14519218.

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

Color convert

RGB 178 139 221 -
CMYK 0.19 0.37 0 0.13
HSL 268.54º 0.55% 0.71% -
HSV(B) 268.54º 0.37% 0.87% -
XYZ 40.64 33.15 72.66 -
YUV 160.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 178 139 221 0.19 0.37 0 0.13 268.54 0.55 0.71
Hex B2 8B DD 13 25 0 D 10D 37 47
Octal 262 213 335 23 45 0 15 415 67 107
Binary 10110010 10001011 11011101 10011 100101 0 1101 100001101 110111 1000111

Color Harmonies of #B28BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BDD

Black with #B28BDD

Text Example


Text Example

White with #B28BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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