Html Css Color HEX #B28FEC Biloba Flower

📋 copy color: '#B28FEC'

red 178 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #B28FEC

Tints of Biloba Flower #B28FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.37%

R = 31.96%
G = 25.67%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B28FEC (or 0xB28FEC) is known color: Biloba Flower. HEX triplet: B2, 8F and EC. RGB value is (178,143,236). Sum of RGB (Red+Green+Blue) = 178+143+236=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FEC is #4D7013. Grayscale: #A3A3A3. Windows color (decimal): -5074964 or 15503282. OLE color: 15503282.

HSL color Cylindrical-coordinate representation of color #B28FEC: hue angle of 262.58º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B28FEC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 143 236 -
CMYK 0.25 0.39 0 0.07
HSL 262.58º 0.71% 0.74% -
HSV(B) 262.58º 0.39% 0.93% -
XYZ 43.32 35.17 83.86 -
YUV 164.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 178 143 236 0.25 0.39 0 0.07 262.58 0.71 0.74
Hex B2 8F EC 19 27 0 7 107 47 4A
Octal 262 217 354 31 47 0 7 407 107 112
Binary 10110010 10001111 11101100 11001 100111 0 111 100000111 1000111 1001010

Color Harmonies of #B28FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FEC

Black with #B28FEC

Text Example


Text Example

White with #B28FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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