Html Css Color HEX #B640DC Medium Orchid

📋 copy color: '#B640DC'

red 182 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #B640DC

Tints of Medium Orchid #B640DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

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

R = 39.06%
G = 13.73%
B = 47.21%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B640DC (or 0xB640DC) is known color: Medium Orchid. HEX triplet: B6, 40 and DC. RGB value is (182,64,220). Sum of RGB (Red+Green+Blue) = 182+64+220=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B640DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640DC is #49BF23. Grayscale: #747474. Windows color (decimal): -4833060 or 14434486. OLE color: 14434486.

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

Color convert

RGB 182 64 220 -
CMYK 0.17 0.71 0 0.14
HSL 285.38º 0.69% 0.56% -
HSV(B) 285.38º 0.71% 0.86% -
XYZ 34.04 18.78 69.54 -
YUV 117.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 182 64 220 0.17 0.71 0 0.14 285.38 0.69 0.56
Hex B6 40 DC 11 47 0 E 11D 45 38
Octal 266 100 334 21 107 0 16 435 105 70
Binary 10110110 1000000 11011100 10001 1000111 0 1110 100011101 1000101 111000

Color Harmonies of #B640DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640DC

Black with #B640DC

Text Example


Text Example

White with #B640DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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