Html Css Color HEX #B886EC Biloba Flower

📋 copy color: '#B886EC'

red 184 ◦ green 134 ◦ blue 236

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

Shades of Biloba Flower #B886EC

Tints of Biloba Flower #B886EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 33.21%
G = 24.19%
B = 42.6%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B886EC (or 0xB886EC) is known color: Biloba Flower. HEX triplet: B8, 86 and EC. RGB value is (184,134,236). Sum of RGB (Red+Green+Blue) = 184+134+236=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #B886EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B886EC is #477913. Grayscale: #A0A0A0. Windows color (decimal): -4684052 or 15500984. OLE color: 15500984.

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

Color convert

RGB 184 134 236 -
CMYK 0.22 0.43 0 0.07
HSL 269.41º 0.73% 0.73% -
HSV(B) 269.41º 0.43% 0.93% -
XYZ 43.43 33.3 83.49 -
YUV 160.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 184 134 236 0.22 0.43 0 0.07 269.41 0.73 0.73
Hex B8 86 EC 16 2B 0 7 10D 49 49
Octal 270 206 354 26 53 0 7 415 111 111
Binary 10111000 10000110 11101100 10110 101011 0 111 100001101 1001001 1001001

Color Harmonies of #B886EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B886EC

Black with #B886EC

Text Example


Text Example

White with #B886EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B886EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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