Html Css Color HEX #B649DF Medium Orchid

📋 copy color: '#B649DF'

red 182 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #B649DF

Tints of Medium Orchid #B649DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.65%

R = 38.08%
G = 15.27%
B = 46.65%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B649DF (or 0xB649DF) is known color: Medium Orchid. HEX triplet: B6, 49 and DF. RGB value is (182,73,223). Sum of RGB (Red+Green+Blue) = 182+73+223=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #B649DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649DF is #49B620. Grayscale: #7A7A7A. Windows color (decimal): -4830753 or 14633398. OLE color: 14633398.

HSL color Cylindrical-coordinate representation of color #B649DF: hue angle of 283.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B649DF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 73 223 -
CMYK 0.18 0.67 0 0.13
HSL 283.6º 0.7% 0.58% -
HSV(B) 283.6º 0.67% 0.87% -
XYZ 34.99 20.04 71.84 -
YUV 122.69 184.61 170.3 -
System Red Green Blue C M Y K H S L
Decimal 182 73 223 0.18 0.67 0 0.13 283.6 0.7 0.58
Hex B6 49 DF 12 43 0 D 11C 46 3A
Octal 266 111 337 22 103 0 15 434 106 72
Binary 10110110 1001001 11011111 10010 1000011 0 1101 100011100 1000110 111010

Color Harmonies of #B649DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B649DF

Black with #B649DF

Text Example


Text Example

White with #B649DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B649DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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