Html Css Color HEX #B28CDD Biloba Flower

📋 copy color: '#B28CDD'

red 178 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #B28CDD

Tints of Biloba Flower #B28CDD

RGB

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

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

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

R = 33.02%
G = 25.97%
B = 41%

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

#B28CDD (or 0xB28CDD) is known color: Biloba Flower. HEX triplet: B2, 8C and DD. RGB value is (178,140,221). Sum of RGB (Red+Green+Blue) = 178+140+221=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #B28CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CDD is #4D7322. Grayscale: #A0A0A0. Windows color (decimal): -5075747 or 14519474. OLE color: 14519474.

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

Color convert

RGB 178 140 221 -
CMYK 0.19 0.37 0 0.13
HSL 268.15º 0.54% 0.71% -
HSV(B) 268.15º 0.37% 0.87% -
XYZ 40.79 33.44 72.71 -
YUV 160.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 178 140 221 0.19 0.37 0 0.13 268.15 0.54 0.71
Hex B2 8C DD 13 25 0 D 10C 36 47
Octal 262 214 335 23 45 0 15 414 66 107
Binary 10110010 10001100 11011101 10011 100101 0 1101 100001100 110110 1000111

Color Harmonies of #B28CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CDD

Black with #B28CDD

Text Example


Text Example

White with #B28CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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