Html Css Color HEX #B28EE3 Biloba Flower

📋 copy color: '#B28EE3'

red 178 ◦ green 142 ◦ blue 227

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

Shades of Biloba Flower #B28EE3

Tints of Biloba Flower #B28EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.5%

R = 32.54%
G = 25.96%
B = 41.5%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B28EE3 (or 0xB28EE3) is known color: Biloba Flower. HEX triplet: B2, 8E and E3. RGB value is (178,142,227). Sum of RGB (Red+Green+Blue) = 178+142+227=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 142 (55.86% from 255 or 25.96% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #B28EE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EE3 is #4D711C. Grayscale: #A2A2A2. Windows color (decimal): -5075229 or 14913202. OLE color: 14913202.

HSL color Cylindrical-coordinate representation of color #B28EE3: hue angle of 265.41º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B28EE3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 142 227 -
CMYK 0.22 0.37 0 0.11
HSL 265.41º 0.6% 0.72% -
HSV(B) 265.41º 0.37% 0.89% -
XYZ 41.9 34.36 77.1 -
YUV 162.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 178 142 227 0.22 0.37 0 0.11 265.41 0.6 0.72
Hex B2 8E E3 16 25 0 B 109 3C 48
Octal 262 216 343 26 45 0 13 411 74 110
Binary 10110010 10001110 11100011 10110 100101 0 1011 100001001 111100 1001000

Color Harmonies of #B28EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EE3

Black with #B28EE3

Text Example


Text Example

White with #B28EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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