Html Css Color HEX #B886EF Biloba Flower

📋 copy color: '#B886EF'

red 184 ◦ green 134 ◦ blue 239

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

Shades of Biloba Flower #B886EF

Tints of Biloba Flower #B886EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 33.03%
G = 24.06%
B = 42.91%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B886EF (or 0xB886EF) is known color: Biloba Flower. HEX triplet: B8, 86 and EF. RGB value is (184,134,239). Sum of RGB (Red+Green+Blue) = 184+134+239=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #B886EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886EF is #477910. Grayscale: #A0A0A0. Windows color (decimal): -4684049 or 15697592. OLE color: 15697592.

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

Color convert

RGB 184 134 239 -
CMYK 0.23 0.44 0 0.06
HSL 268.57º 0.77% 0.73% -
HSV(B) 268.57º 0.44% 0.94% -
XYZ 43.87 33.47 85.81 -
YUV 160.92 172.07 144.46 -
System Red Green Blue C M Y K H S L
Decimal 184 134 239 0.23 0.44 0 0.06 268.57 0.77 0.73
Hex B8 86 EF 17 2C 0 6 10D 4D 49
Octal 270 206 357 27 54 0 6 415 115 111
Binary 10111000 10000110 11101111 10111 101100 0 110 100001101 1001101 1001001

Color Harmonies of #B886EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886EF

Black with #B886EF

Text Example


Text Example

White with #B886EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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