Html Css Color HEX #B686F1 Biloba Flower

📋 copy color: '#B686F1'

red 182 ◦ green 134 ◦ blue 241

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

Shades of Biloba Flower #B686F1

Tints of Biloba Flower #B686F1

RGB

 RED value IS 182 (71.48% from 255) = 32.68%

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

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 32.68%
G = 24.06%
B = 43.27%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B686F1 (or 0xB686F1) is known color: Biloba Flower. HEX triplet: B6, 86 and F1. RGB value is (182,134,241). Sum of RGB (Red+Green+Blue) = 182+134+241=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #B686F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686F1 is #49790E. Grayscale: #A0A0A0. Windows color (decimal): -4815119 or 15828662. OLE color: 15828662.

HSL color Cylindrical-coordinate representation of color #B686F1: hue angle of 266.92º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B686F1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 134 241 -
CMYK 0.24 0.44 0 0.05
HSL 266.92º 0.79% 0.74% -
HSV(B) 266.92º 0.44% 0.95% -
XYZ 43.69 33.35 87.35 -
YUV 160.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 182 134 241 0.24 0.44 0 0.05 266.92 0.79 0.74
Hex B6 86 F1 18 2C 0 5 10B 4F 4A
Octal 266 206 361 30 54 0 5 413 117 112
Binary 10110110 10000110 11110001 11000 101100 0 101 100001011 1001111 1001010

Color Harmonies of #B686F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686F1

Black with #B686F1

Text Example


Text Example

White with #B686F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686F1; }

 p { color: rgb(182,134,241); }

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

background-color css

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

 a { background-color: rgb(182,134,241); }

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

border-color css

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

 span { border-color: rgb(182,134,241); }

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