Html Css Color HEX #B28FEF Biloba Flower

📋 copy color: '#B28FEF'

red 178 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #B28FEF

Tints of Biloba Flower #B28FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 31.79%
G = 25.54%
B = 42.68%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B28FEF (or 0xB28FEF) is known color: Biloba Flower. HEX triplet: B2, 8F and EF. RGB value is (178,143,239). Sum of RGB (Red+Green+Blue) = 178+143+239=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #B28FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FEF is #4D7010. Grayscale: #A4A4A4. Windows color (decimal): -5074961 or 15699890. OLE color: 15699890.

HSL color Cylindrical-coordinate representation of color #B28FEF: hue angle of 261.88º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B28FEF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 143 239 -
CMYK 0.26 0.40 0 0.06
HSL 261.88º 0.75% 0.75% -
HSV(B) 261.88º 0.4% 0.94% -
XYZ 43.76 35.34 86.18 -
YUV 164.41 170.1 137.69 -
System Red Green Blue C M Y K H S L
Decimal 178 143 239 0.26 0.40 0 0.06 261.88 0.75 0.75
Hex B2 8F EF 1A 28 0 6 106 4B 4B
Octal 262 217 357 32 50 0 6 406 113 113
Binary 10110010 10001111 11101111 11010 101000 0 110 100000110 1001011 1001011

Color Harmonies of #B28FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FEF

Black with #B28FEF

Text Example


Text Example

White with #B28FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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