Html Css Color HEX #B685EE Biloba Flower

📋 copy color: '#B685EE'

red 182 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #B685EE

Tints of Biloba Flower #B685EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 32.91%
G = 24.05%
B = 43.04%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B685EE (or 0xB685EE) is known color: Biloba Flower. HEX triplet: B6, 85 and EE. RGB value is (182,133,238). Sum of RGB (Red+Green+Blue) = 182+133+238=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #B685EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685EE is #497A11. Grayscale: #9F9F9F. Windows color (decimal): -4815378 or 15631798. OLE color: 15631798.

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

Color convert

RGB 182 133 238 -
CMYK 0.24 0.44 0 0.07
HSL 268º 0.76% 0.73% -
HSV(B) 268º 0.44% 0.93% -
XYZ 43.11 32.89 84.97 -
YUV 159.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 182 133 238 0.24 0.44 0 0.07 268 0.76 0.73
Hex B6 85 EE 18 2C 0 7 10C 4C 49
Octal 266 205 356 30 54 0 7 414 114 111
Binary 10110110 10000101 11101110 11000 101100 0 111 100001100 1001100 1001001

Color Harmonies of #B685EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685EE

Black with #B685EE

Text Example


Text Example

White with #B685EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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