Html Css Color HEX #B28FEB Biloba Flower

📋 copy color: '#B28FEB'

red 178 ◦ green 143 ◦ blue 235

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

Shades of Biloba Flower #B28FEB

Tints of Biloba Flower #B28FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.27%

R = 32.01%
G = 25.72%
B = 42.27%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B28FEB (or 0xB28FEB) is known color: Biloba Flower. HEX triplet: B2, 8F and EB. RGB value is (178,143,235). Sum of RGB (Red+Green+Blue) = 178+143+235=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #B28FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FEB is #4D7014. Grayscale: #A3A3A3. Windows color (decimal): -5074965 or 15437746. OLE color: 15437746.

HSL color Cylindrical-coordinate representation of color #B28FEB: hue angle of 262.83º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B28FEB is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 143 235 -
CMYK 0.24 0.39 0 0.08
HSL 262.83º 0.7% 0.74% -
HSV(B) 262.83º 0.39% 0.92% -
XYZ 43.18 35.11 83.1 -
YUV 163.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 178 143 235 0.24 0.39 0 0.08 262.83 0.7 0.74
Hex B2 8F EB 18 27 0 8 107 46 4A
Octal 262 217 353 30 47 0 10 407 106 112
Binary 10110010 10001111 11101011 11000 100111 0 1000 100000111 1000110 1001010

Color Harmonies of #B28FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FEB

Black with #B28FEB

Text Example


Text Example

White with #B28FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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