Html Css Color HEX #B28FE8 Biloba Flower

📋 copy color: '#B28FE8'

red 178 ◦ green 143 ◦ blue 232

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

Shades of Biloba Flower #B28FE8

Tints of Biloba Flower #B28FE8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.86%

 BLUE value IS 232 (91.02% from 255) = 41.95%

R = 32.19%
G = 25.86%
B = 41.95%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B28FE8 (or 0xB28FE8) is known color: Biloba Flower. HEX triplet: B2, 8F and E8. RGB value is (178,143,232). Sum of RGB (Red+Green+Blue) = 178+143+232=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #B28FE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FE8 is #4D7017. Grayscale: #A3A3A3. Windows color (decimal): -5074968 or 15241138. OLE color: 15241138.

HSL color Cylindrical-coordinate representation of color #B28FE8: hue angle of 263.6º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28FE8 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 143 232 -
CMYK 0.23 0.38 0 0.09
HSL 263.6º 0.66% 0.74% -
HSV(B) 263.6º 0.38% 0.91% -
XYZ 42.75 34.94 80.83 -
YUV 163.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 178 143 232 0.23 0.38 0 0.09 263.6 0.66 0.74
Hex B2 8F E8 17 26 0 9 108 42 4A
Octal 262 217 350 27 46 0 11 410 102 112
Binary 10110010 10001111 11101000 10111 100110 0 1001 100001000 1000010 1001010

Color Harmonies of #B28FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FE8

Black with #B28FE8

Text Example


Text Example

White with #B28FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FE8; }

 p { color: rgb(178,143,232); }

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

background-color css

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

 a { background-color: rgb(178,143,232); }

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

border-color css

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

 span { border-color: rgb(178,143,232); }

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