Html Css Color HEX #B685F2 Biloba Flower

📋 copy color: '#B685F2'

red 182 ◦ green 133 ◦ blue 242

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

Shades of Biloba Flower #B685F2

Tints of Biloba Flower #B685F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 32.68%
G = 23.88%
B = 43.45%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B685F2 (or 0xB685F2) is known color: Biloba Flower. HEX triplet: B6, 85 and F2. RGB value is (182,133,242). Sum of RGB (Red+Green+Blue) = 182+133+242=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #B685F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B685F2 is #497A0D. Grayscale: #9F9F9F. Windows color (decimal): -4815374 or 15893942. OLE color: 15893942.

HSL color Cylindrical-coordinate representation of color #B685F2: hue angle of 266.97º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B685F2 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 133 242 -
CMYK 0.25 0.45 0 0.05
HSL 266.97º 0.81% 0.74% -
HSV(B) 266.97º 0.45% 0.95% -
XYZ 43.71 33.13 88.1 -
YUV 160.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 182 133 242 0.25 0.45 0 0.05 266.97 0.81 0.74
Hex B6 85 F2 19 2D 0 5 10B 51 4A
Octal 266 205 362 31 55 0 5 413 121 112
Binary 10110110 10000101 11110010 11001 101101 0 101 100001011 1010001 1001010

Color Harmonies of #B685F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685F2

Black with #B685F2

Text Example


Text Example

White with #B685F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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