Html Css Color HEX #B685DD Biloba Flower

📋 copy color: '#B685DD'

red 182 ◦ green 133 ◦ blue 221

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

Shades of Biloba Flower #B685DD

Tints of Biloba Flower #B685DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 33.96%
G = 24.81%
B = 41.23%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B685DD (or 0xB685DD) is known color: Biloba Flower. HEX triplet: B6, 85 and DD. RGB value is (182,133,221). Sum of RGB (Red+Green+Blue) = 182+133+221=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B685DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685DD is #497A22. Grayscale: #9D9D9D. Windows color (decimal): -4815395 or 14517686. OLE color: 14517686.

HSL color Cylindrical-coordinate representation of color #B685DD: hue angle of 273.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B685DD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 133 221 -
CMYK 0.18 0.40 0 0.13
HSL 273.41º 0.56% 0.69% -
HSV(B) 273.41º 0.4% 0.87% -
XYZ 40.73 31.94 72.43 -
YUV 157.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 182 133 221 0.18 0.40 0 0.13 273.41 0.56 0.69
Hex B6 85 DD 12 28 0 D 111 38 45
Octal 266 205 335 22 50 0 15 421 70 105
Binary 10110110 10000101 11011101 10010 101000 0 1101 100010001 111000 1000101

Color Harmonies of #B685DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B685DD

Black with #B685DD

Text Example


Text Example

White with #B685DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B685DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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