Html Css Color HEX #B685EC Biloba Flower

📋 copy color: '#B685EC'

red 182 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #B685EC

Tints of Biloba Flower #B685EC

RGB

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

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

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

R = 33.03%
G = 24.14%
B = 42.83%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B685EC (or 0xB685EC) is known color: Biloba Flower. HEX triplet: B6, 85 and EC. RGB value is (182,133,236). Sum of RGB (Red+Green+Blue) = 182+133+236=551 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.03% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #B685EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685EC is #497A13. Grayscale: #9F9F9F. Windows color (decimal): -4815380 or 15500726. OLE color: 15500726.

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

Color convert

RGB 182 133 236 -
CMYK 0.23 0.44 0 0.07
HSL 268.54º 0.73% 0.72% -
HSV(B) 268.54º 0.44% 0.93% -
XYZ 42.82 32.78 83.43 -
YUV 159.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 182 133 236 0.23 0.44 0 0.07 268.54 0.73 0.72
Hex B6 85 EC 17 2C 0 7 10D 49 48
Octal 266 205 354 27 54 0 7 415 111 110
Binary 10110110 10000101 11101100 10111 101100 0 111 100001101 1001001 1001000

Color Harmonies of #B685EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685EC

Black with #B685EC

Text Example


Text Example

White with #B685EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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