Html Css Color HEX #B28BE7 Biloba Flower

📋 copy color: '#B28BE7'

red 178 ◦ green 139 ◦ blue 231

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

Shades of Biloba Flower #B28BE7

Tints of Biloba Flower #B28BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.15%

R = 32.48%
G = 25.36%
B = 42.15%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B28BE7 (or 0xB28BE7) is known color: Biloba Flower. HEX triplet: B2, 8B and E7. RGB value is (178,139,231). Sum of RGB (Red+Green+Blue) = 178+139+231=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #B28BE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BE7 is #4D7418. Grayscale: #A0A0A0. Windows color (decimal): -5075993 or 15174578. OLE color: 15174578.

HSL color Cylindrical-coordinate representation of color #B28BE7: hue angle of 265.43º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B28BE7 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 139 231 -
CMYK 0.23 0.40 0 0.09
HSL 265.43º 0.66% 0.73% -
HSV(B) 265.43º 0.4% 0.91% -
XYZ 42.02 33.7 79.89 -
YUV 161.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 178 139 231 0.23 0.40 0 0.09 265.43 0.66 0.73
Hex B2 8B E7 17 28 0 9 109 42 49
Octal 262 213 347 27 50 0 11 411 102 111
Binary 10110010 10001011 11100111 10111 101000 0 1001 100001001 1000010 1001001

Color Harmonies of #B28BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BE7

Black with #B28BE7

Text Example


Text Example

White with #B28BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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