Html Css Color HEX #B28EFC Biloba Flower

📋 copy color: '#B28EFC'

red 178 ◦ green 142 ◦ blue 252

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

Shades of Biloba Flower #B28EFC

Tints of Biloba Flower #B28EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.06%

R = 31.12%
G = 24.83%
B = 44.06%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B28EFC (or 0xB28EFC) is known color: Biloba Flower. HEX triplet: B2, 8E and FC. RGB value is (178,142,252). Sum of RGB (Red+Green+Blue) = 178+142+252=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #B28EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EFC is #4D7103. Grayscale: #A4A4A4. Windows color (decimal): -5075204 or 16551602. OLE color: 16551602.

HSL color Cylindrical-coordinate representation of color #B28EFC: hue angle of 259.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28EFC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 142 252 -
CMYK 0.29 0.44 0 0.01
HSL 259.64º 0.95% 0.77% -
HSV(B) 259.64º 0.44% 0.99% -
XYZ 45.6 35.84 96.61 -
YUV 165.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 178 142 252 0.29 0.44 0 0.01 259.64 0.95 0.77
Hex B2 8E FC 1D 2C 0 1 104 5F 4D
Octal 262 216 374 35 54 0 1 404 137 115
Binary 10110010 10001110 11111100 11101 101100 0 1 100000100 1011111 1001101

Color Harmonies of #B28EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EFC

Black with #B28EFC

Text Example


Text Example

White with #B28EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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