Html Css Color HEX #B685F6 Biloba Flower

📋 copy color: '#B685F6'

red 182 ◦ green 133 ◦ blue 246

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

Shades of Biloba Flower #B685F6

Tints of Biloba Flower #B685F6

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.71%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 32.44%
G = 23.71%
B = 43.85%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B685F6 (or 0xB685F6) is known color: Biloba Flower. HEX triplet: B6, 85 and F6. RGB value is (182,133,246). Sum of RGB (Red+Green+Blue) = 182+133+246=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #B685F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685F6 is #497A09. Grayscale: #A0A0A0. Windows color (decimal): -4815370 or 16156086. OLE color: 16156086.

HSL color Cylindrical-coordinate representation of color #B685F6: hue angle of 266.02º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B685F6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 133 246 -
CMYK 0.26 0.46 0 0.04
HSL 266.02º 0.86% 0.74% -
HSV(B) 266.02º 0.46% 0.96% -
XYZ 44.31 33.37 91.3 -
YUV 160.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 182 133 246 0.26 0.46 0 0.04 266.02 0.86 0.74
Hex B6 85 F6 1A 2E 0 4 10A 56 4A
Octal 266 205 366 32 56 0 4 412 126 112
Binary 10110110 10000101 11110110 11010 101110 0 100 100001010 1010110 1001010

Color Harmonies of #B685F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685F6

Black with #B685F6

Text Example


Text Example

White with #B685F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685F6; }

 p { color: rgb(182,133,246); }

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

background-color css

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

 a { background-color: rgb(182,133,246); }

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

border-color css

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

 span { border-color: rgb(182,133,246); }

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