Html Css Color HEX #B28BEC Biloba Flower

📋 copy color: '#B28BEC'

red 178 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #B28BEC

Tints of Biloba Flower #B28BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.14%

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

R = 32.19%
G = 25.14%
B = 42.68%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B28BEC (or 0xB28BEC) is known color: Biloba Flower. HEX triplet: B2, 8B and EC. RGB value is (178,139,236). Sum of RGB (Red+Green+Blue) = 178+139+236=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #B28BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BEC is #4D7413. Grayscale: #A1A1A1. Windows color (decimal): -5075988 or 15502258. OLE color: 15502258.

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

Color convert

RGB 178 139 236 -
CMYK 0.25 0.41 0 0.07
HSL 264.12º 0.72% 0.74% -
HSV(B) 264.12º 0.41% 0.93% -
XYZ 42.73 33.99 83.66 -
YUV 161.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 178 139 236 0.25 0.41 0 0.07 264.12 0.72 0.74
Hex B2 8B EC 19 29 0 7 108 48 4A
Octal 262 213 354 31 51 0 7 410 110 112
Binary 10110010 10001011 11101100 11001 101001 0 111 100001000 1001000 1001010

Color Harmonies of #B28BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BEC

Black with #B28BEC

Text Example


Text Example

White with #B28BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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