Html Css Color HEX #B686FA Biloba Flower

📋 copy color: '#B686FA'

red 182 ◦ green 134 ◦ blue 250

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

Shades of Biloba Flower #B686FA

Tints of Biloba Flower #B686FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 32.16%
G = 23.67%
B = 44.17%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B686FA (or 0xB686FA) is known color: Biloba Flower. HEX triplet: B6, 86 and FA. RGB value is (182,134,250). Sum of RGB (Red+Green+Blue) = 182+134+250=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B686FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B686FA is #497905. Grayscale: #A1A1A1. Windows color (decimal): -4815110 or 16418486. OLE color: 16418486.

HSL color Cylindrical-coordinate representation of color #B686FA: hue angle of 264.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B686FA is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 134 250 -
CMYK 0.27 0.46 0 0.02
HSL 264.83º 0.92% 0.75% -
HSV(B) 264.83º 0.46% 0.98% -
XYZ 45.07 33.9 94.61 -
YUV 161.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 182 134 250 0.27 0.46 0 0.02 264.83 0.92 0.75
Hex B6 86 FA 1B 2E 0 2 109 5C 4B
Octal 266 206 372 33 56 0 2 411 134 113
Binary 10110110 10000110 11111010 11011 101110 0 10 100001001 1011100 1001011

Color Harmonies of #B686FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B686FA

Black with #B686FA

Text Example


Text Example

White with #B686FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B686FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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