Html Css Color HEX #B647DC Medium Orchid

📋 copy color: '#B647DC'

red 182 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #B647DC

Tints of Medium Orchid #B647DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

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

R = 38.48%
G = 15.01%
B = 46.51%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B647DC (or 0xB647DC) is known color: Medium Orchid. HEX triplet: B6, 47 and DC. RGB value is (182,71,220). Sum of RGB (Red+Green+Blue) = 182+71+220=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #B647DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647DC is #49B823. Grayscale: #787878. Windows color (decimal): -4831268 or 14436278. OLE color: 14436278.

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

Color convert

RGB 182 71 220 -
CMYK 0.17 0.68 0 0.14
HSL 284.7º 0.68% 0.57% -
HSV(B) 284.7º 0.68% 0.86% -
XYZ 34.46 19.62 69.68 -
YUV 121.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 182 71 220 0.17 0.68 0 0.14 284.7 0.68 0.57
Hex B6 47 DC 11 44 0 E 11D 44 39
Octal 266 107 334 21 104 0 16 435 104 71
Binary 10110110 1000111 11011100 10001 1000100 0 1110 100011101 1000100 111001

Color Harmonies of #B647DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647DC

Black with #B647DC

Text Example


Text Example

White with #B647DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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