Html Css Color HEX #B886EE Biloba Flower

📋 copy color: '#B886EE'

red 184 ◦ green 134 ◦ blue 238

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

Shades of Biloba Flower #B886EE

Tints of Biloba Flower #B886EE

RGB

 RED value IS 184 (72.27% from 255) = 33.09%

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

 BLUE value IS 238 (93.36% from 255) = 42.81%

R = 33.09%
G = 24.1%
B = 42.81%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B886EE (or 0xB886EE) is known color: Biloba Flower. HEX triplet: B8, 86 and EE. RGB value is (184,134,238). Sum of RGB (Red+Green+Blue) = 184+134+238=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #B886EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886EE is #477911. Grayscale: #A0A0A0. Windows color (decimal): -4684050 or 15632056. OLE color: 15632056.

HSL color Cylindrical-coordinate representation of color #B886EE: hue angle of 268.85º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B886EE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 134 238 -
CMYK 0.23 0.44 0 0.07
HSL 268.85º 0.75% 0.73% -
HSV(B) 268.85º 0.44% 0.93% -
XYZ 43.72 33.41 85.03 -
YUV 160.81 171.57 144.54 -
System Red Green Blue C M Y K H S L
Decimal 184 134 238 0.23 0.44 0 0.07 268.85 0.75 0.73
Hex B8 86 EE 17 2C 0 7 10D 4B 49
Octal 270 206 356 27 54 0 7 415 113 111
Binary 10111000 10000110 11101110 10111 101100 0 111 100001101 1001011 1001001

Color Harmonies of #B886EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886EE

Black with #B886EE

Text Example


Text Example

White with #B886EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886EE; }

 p { color: rgb(184,134,238); }

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

background-color css

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

 a { background-color: rgb(184,134,238); }

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

border-color css

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

 span { border-color: rgb(184,134,238); }

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