Html Css Color HEX #B28BEB Biloba Flower

📋 copy color: '#B28BEB'

red 178 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #B28BEB

Tints of Biloba Flower #B28BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 32.25%
G = 25.18%
B = 42.57%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B28BEB (or 0xB28BEB) is known color: Biloba Flower. HEX triplet: B2, 8B and EB. RGB value is (178,139,235). Sum of RGB (Red+Green+Blue) = 178+139+235=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #B28BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BEB is #4D7414. Grayscale: #A1A1A1. Windows color (decimal): -5075989 or 15436722. OLE color: 15436722.

HSL color Cylindrical-coordinate representation of color #B28BEB: hue angle of 264.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28BEB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 139 235 -
CMYK 0.24 0.41 0 0.08
HSL 264.38º 0.71% 0.73% -
HSV(B) 264.38º 0.41% 0.92% -
XYZ 42.59 33.93 82.9 -
YUV 161.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 178 139 235 0.24 0.41 0 0.08 264.38 0.71 0.73
Hex B2 8B EB 18 29 0 8 108 47 49
Octal 262 213 353 30 51 0 10 410 107 111
Binary 10110010 10001011 11101011 11000 101001 0 1000 100001000 1000111 1001001

Color Harmonies of #B28BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BEB

Black with #B28BEB

Text Example


Text Example

White with #B28BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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