Html Css Color HEX #B649D1 Medium Orchid

📋 copy color: '#B649D1'

red 182 ◦ green 73 ◦ blue 209

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

Shades of Medium Orchid #B649D1

Tints of Medium Orchid #B649D1

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.73%

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 39.22%
G = 15.73%
B = 45.04%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B649D1 (or 0xB649D1) is known color: Medium Orchid. HEX triplet: B6, 49 and D1. RGB value is (182,73,209). Sum of RGB (Red+Green+Blue) = 182+73+209=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #B649D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649D1 is #49B62E. Grayscale: #787878. Windows color (decimal): -4830767 or 13715894. OLE color: 13715894.

HSL color Cylindrical-coordinate representation of color #B649D1: hue angle of 288.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B649D1 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 73 209 -
CMYK 0.13 0.65 0 0.18
HSL 288.09º 0.6% 0.55% -
HSV(B) 288.09º 0.65% 0.82% -
XYZ 33.18 19.31 62.3 -
YUV 121.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 182 73 209 0.13 0.65 0 0.18 288.09 0.6 0.55
Hex B6 49 D1 D 41 0 12 120 3C 37
Octal 266 111 321 15 101 0 22 440 74 67
Binary 10110110 1001001 11010001 1101 1000001 0 10010 100100000 111100 110111

Color Harmonies of #B649D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649D1

Black with #B649D1

Text Example


Text Example

White with #B649D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649D1; }

 p { color: rgb(182,73,209); }

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

background-color css

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

 a { background-color: rgb(182,73,209); }

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

border-color css

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

 span { border-color: rgb(182,73,209); }

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