Html Css Color HEX #B28ED6 Biloba Flower

📋 copy color: '#B28ED6'

red 178 ◦ green 142 ◦ blue 214

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

Shades of Biloba Flower #B28ED6

Tints of Biloba Flower #B28ED6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.59%

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 33.33%
G = 26.59%
B = 40.07%

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

#B28ED6 (or 0xB28ED6) is known color: Biloba Flower. HEX triplet: B2, 8E and D6. RGB value is (178,142,214). Sum of RGB (Red+Green+Blue) = 178+142+214=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #B28ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ED6 is #4D7129. Grayscale: #A0A0A0. Windows color (decimal): -5075242 or 14061234. OLE color: 14061234.

HSL color Cylindrical-coordinate representation of color #B28ED6: hue angle of 270º degrees, saturation: 0.47, 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 #B28ED6 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 142 214 -
CMYK 0.17 0.34 0 0.16
HSL 270º 0.47% 0.7% -
HSV(B) 270º 0.34% 0.84% -
XYZ 40.17 33.67 68 -
YUV 160.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 178 142 214 0.17 0.34 0 0.16 270 0.47 0.7
Hex B2 8E D6 11 22 0 10 10E 2F 46
Octal 262 216 326 21 42 0 20 416 57 106
Binary 10110010 10001110 11010110 10001 100010 0 10000 100001110 101111 1000110

Color Harmonies of #B28ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28ED6

Black with #B28ED6

Text Example


Text Example

White with #B28ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28ED6; }

 p { color: rgb(178,142,214); }

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

background-color css

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

 a { background-color: rgb(178,142,214); }

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

border-color css

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

 span { border-color: rgb(178,142,214); }

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