Html Css Color HEX #B28EEA Biloba Flower

📋 copy color: '#B28EEA'

red 178 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #B28EEA

Tints of Biloba Flower #B28EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 32.13%
G = 25.63%
B = 42.24%

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

#B28EEA (or 0xB28EEA) is known color: Biloba Flower. HEX triplet: B2, 8E and EA. RGB value is (178,142,234). Sum of RGB (Red+Green+Blue) = 178+142+234=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #B28EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EEA is #4D7115. Grayscale: #A2A2A2. Windows color (decimal): -5075222 or 15371954. OLE color: 15371954.

HSL color Cylindrical-coordinate representation of color #B28EEA: hue angle of 263.48º degrees, saturation: 0.69, 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 #B28EEA is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 142 234 -
CMYK 0.24 0.39 0 0.08
HSL 263.48º 0.69% 0.74% -
HSV(B) 263.48º 0.39% 0.92% -
XYZ 42.88 34.75 82.29 -
YUV 163.25 167.93 138.52 -
System Red Green Blue C M Y K H S L
Decimal 178 142 234 0.24 0.39 0 0.08 263.48 0.69 0.74
Hex B2 8E EA 18 27 0 8 107 45 4A
Octal 262 216 352 30 47 0 10 407 105 112
Binary 10110010 10001110 11101010 11000 100111 0 1000 100000111 1000101 1001010

Color Harmonies of #B28EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EEA

Black with #B28EEA

Text Example


Text Example

White with #B28EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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