Html Css Color HEX #B28DD8 Biloba Flower

📋 copy color: '#B28DD8'

red 178 ◦ green 141 ◦ blue 216

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

Shades of Biloba Flower #B28DD8

Tints of Biloba Flower #B28DD8

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.36%

 BLUE value IS 216 (84.77% from 255) = 40.37%

R = 33.27%
G = 26.36%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B28DD8 (or 0xB28DD8) is known color: Biloba Flower. HEX triplet: B2, 8D and D8. RGB value is (178,141,216). Sum of RGB (Red+Green+Blue) = 178+141+216=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #B28DD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DD8 is #4D7227. Grayscale: #A0A0A0. Windows color (decimal): -5075496 or 14192050. OLE color: 14192050.

HSL color Cylindrical-coordinate representation of color #B28DD8: hue angle of 269.6º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28DD8 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 141 216 -
CMYK 0.18 0.35 0 0.15
HSL 269.6º 0.49% 0.7% -
HSV(B) 269.6º 0.35% 0.85% -
XYZ 40.28 33.47 69.3 -
YUV 160.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 178 141 216 0.18 0.35 0 0.15 269.6 0.49 0.7
Hex B2 8D D8 12 23 0 F 10E 31 46
Octal 262 215 330 22 43 0 17 416 61 106
Binary 10110010 10001101 11011000 10010 100011 0 1111 100001110 110001 1000110

Color Harmonies of #B28DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DD8

Black with #B28DD8

Text Example


Text Example

White with #B28DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DD8; }

 p { color: rgb(178,141,216); }

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

background-color css

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

 a { background-color: rgb(178,141,216); }

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

border-color css

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

 span { border-color: rgb(178,141,216); }

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