Html Css Color HEX #B685DA Biloba Flower

📋 copy color: '#B685DA'

red 182 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #B685DA

Tints of Biloba Flower #B685DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 34.15%
G = 24.95%
B = 40.9%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B685DA (or 0xB685DA) is known color: Biloba Flower. HEX triplet: B6, 85 and DA. RGB value is (182,133,218). Sum of RGB (Red+Green+Blue) = 182+133+218=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #B685DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685DA is #497A25. Grayscale: #9D9D9D. Windows color (decimal): -4815398 or 14321078. OLE color: 14321078.

HSL color Cylindrical-coordinate representation of color #B685DA: hue angle of 274.59º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B685DA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 133 218 -
CMYK 0.17 0.39 0 0.15
HSL 274.59º 0.53% 0.69% -
HSV(B) 274.59º 0.39% 0.85% -
XYZ 40.33 31.78 70.34 -
YUV 157.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 182 133 218 0.17 0.39 0 0.15 274.59 0.53 0.69
Hex B6 85 DA 11 27 0 F 113 35 45
Octal 266 205 332 21 47 0 17 423 65 105
Binary 10110110 10000101 11011010 10001 100111 0 1111 100010011 110101 1000101

Color Harmonies of #B685DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685DA

Black with #B685DA

Text Example


Text Example

White with #B685DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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