Html Css Color HEX #B28DD7 Biloba Flower

📋 copy color: '#B28DD7'

red 178 ◦ green 141 ◦ blue 215

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

Shades of Biloba Flower #B28DD7

Tints of Biloba Flower #B28DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 33.33%
G = 26.4%
B = 40.26%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B28DD7 (or 0xB28DD7) is known color: Biloba Flower. HEX triplet: B2, 8D and D7. RGB value is (178,141,215). Sum of RGB (Red+Green+Blue) = 178+141+215=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #B28DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28DD7 is #4D7228. Grayscale: #A0A0A0. Windows color (decimal): -5075497 or 14126514. OLE color: 14126514.

HSL color Cylindrical-coordinate representation of color #B28DD7: hue angle of 270º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B28DD7 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 141 215 -
CMYK 0.17 0.34 0 0.16
HSL 270º 0.48% 0.7% -
HSV(B) 270º 0.34% 0.84% -
XYZ 40.15 33.42 68.62 -
YUV 160.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 178 141 215 0.17 0.34 0 0.16 270 0.48 0.7
Hex B2 8D D7 11 22 0 10 10E 30 46
Octal 262 215 327 21 42 0 20 416 60 106
Binary 10110010 10001101 11010111 10001 100010 0 10000 100001110 110000 1000110

Color Harmonies of #B28DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DD7

Black with #B28DD7

Text Example


Text Example

White with #B28DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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