Html Css Color HEX #B683DC Biloba Flower

📋 copy color: '#B683DC'

red 182 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #B683DC

Tints of Biloba Flower #B683DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 34.15%
G = 24.58%
B = 41.28%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B683DC (or 0xB683DC) is known color: Biloba Flower. HEX triplet: B6, 83 and DC. RGB value is (182,131,220). Sum of RGB (Red+Green+Blue) = 182+131+220=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #B683DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683DC is #497C23. Grayscale: #9C9C9C. Windows color (decimal): -4815908 or 14451638. OLE color: 14451638.

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

Color convert

RGB 182 131 220 -
CMYK 0.17 0.40 0 0.14
HSL 274.38º 0.56% 0.69% -
HSV(B) 274.38º 0.4% 0.86% -
XYZ 40.33 31.35 71.63 -
YUV 156.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 182 131 220 0.17 0.40 0 0.14 274.38 0.56 0.69
Hex B6 83 DC 11 28 0 E 112 38 45
Octal 266 203 334 21 50 0 16 422 70 105
Binary 10110110 10000011 11011100 10001 101000 0 1110 100010010 111000 1000101

Color Harmonies of #B683DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B683DC

Black with #B683DC

Text Example


Text Example

White with #B683DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B683DC; }

 p { color: rgb(182,131,220); }

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

background-color css

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

 a { background-color: rgb(182,131,220); }

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

border-color css

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

 span { border-color: rgb(182,131,220); }

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