Html Css Color HEX #B286E5 Biloba Flower

📋 copy color: '#B286E5'

red 178 ◦ green 134 ◦ blue 229

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

Shades of Biloba Flower #B286E5

Tints of Biloba Flower #B286E5

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.77%

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 32.9%
G = 24.77%
B = 42.33%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B286E5 (or 0xB286E5) is known color: Biloba Flower. HEX triplet: B2, 86 and E5. RGB value is (178,134,229). Sum of RGB (Red+Green+Blue) = 178+134+229=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #B286E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B286E5 is #4D791A. Grayscale: #9D9D9D. Windows color (decimal): -5077275 or 15042226. OLE color: 15042226.

HSL color Cylindrical-coordinate representation of color #B286E5: hue angle of 267.79º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B286E5 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 134 229 -
CMYK 0.22 0.41 0 0.10
HSL 267.79º 0.65% 0.71% -
HSV(B) 267.79º 0.41% 0.9% -
XYZ 41.03 32.17 78.18 -
YUV 157.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 178 134 229 0.22 0.41 0 0.10 267.79 0.65 0.71
Hex B2 86 E5 16 29 0 A 10C 41 47
Octal 262 206 345 26 51 0 12 414 101 107
Binary 10110010 10000110 11100101 10110 101001 0 1010 100001100 1000001 1000111

Color Harmonies of #B286E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B286E5

Black with #B286E5

Text Example


Text Example

White with #B286E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B286E5; }

 p { color: rgb(178,134,229); }

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

background-color css

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

 a { background-color: rgb(178,134,229); }

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

border-color css

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

 span { border-color: rgb(178,134,229); }

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