Html Css Color HEX #B685FE Biloba Flower

📋 copy color: '#B685FE'

red 182 ◦ green 133 ◦ blue 254

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

Shades of Biloba Flower #B685FE

Tints of Biloba Flower #B685FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 31.99%
G = 23.37%
B = 44.64%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B685FE (or 0xB685FE) is known color: Biloba Flower. HEX triplet: B6, 85 and FE. RGB value is (182,133,254). Sum of RGB (Red+Green+Blue) = 182+133+254=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #B685FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685FE is #497A01. Grayscale: #A1A1A1. Windows color (decimal): -4815362 or 16680374. OLE color: 16680374.

HSL color Cylindrical-coordinate representation of color #B685FE: hue angle of 264.3º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B685FE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 182 133 254 -
CMYK 0.28 0.48 0 0.00
HSL 264.3º 0.98% 0.76% -
HSV(B) 264.3º 0.48% 1% -
XYZ 45.57 33.88 97.9 -
YUV 161.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 182 133 254 0.28 0.48 0 0.00 264.3 0.98 0.76
Hex B6 85 FE 1C 30 0 0 108 62 4C
Octal 266 205 376 34 60 0 0 410 142 114
Binary 10110110 10000101 11111110 11100 110000 0 0 100001000 1100010 1001100

Color Harmonies of #B685FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685FE

Black with #B685FE

Text Example


Text Example

White with #B685FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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