Html Css Color HEX #B28DD2 Biloba Flower

📋 copy color: '#B28DD2'

red 178 ◦ green 141 ◦ blue 210

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

Shades of Biloba Flower #B28DD2

Tints of Biloba Flower #B28DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.7%

R = 33.65%
G = 26.65%
B = 39.7%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B28DD2 (or 0xB28DD2) is known color: Biloba Flower. HEX triplet: B2, 8D and D2. RGB value is (178,141,210). Sum of RGB (Red+Green+Blue) = 178+141+210=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #B28DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DD2 is #4D722D. Grayscale: #9F9F9F. Windows color (decimal): -5075502 or 13798834. OLE color: 13798834.

HSL color Cylindrical-coordinate representation of color #B28DD2: hue angle of 272.17º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B28DD2 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 141 210 -
CMYK 0.15 0.33 0 0.18
HSL 272.17º 0.43% 0.69% -
HSV(B) 272.17º 0.33% 0.82% -
XYZ 39.52 33.17 65.29 -
YUV 159.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 178 141 210 0.15 0.33 0 0.18 272.17 0.43 0.69
Hex B2 8D D2 F 21 0 12 110 2B 45
Octal 262 215 322 17 41 0 22 420 53 105
Binary 10110010 10001101 11010010 1111 100001 0 10010 100010000 101011 1000101

Color Harmonies of #B28DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DD2

Black with #B28DD2

Text Example


Text Example

White with #B28DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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