Html Css Color HEX #BD49CC Medium Orchid

📋 copy color: '#BD49CC'

red 189 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #BD49CC

Tints of Medium Orchid #BD49CC

RGB

 RED value IS 189 (74.22% from 255) = 40.56%

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 40.56%
G = 15.67%
B = 43.78%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD49CC (or 0xBD49CC) is known color: Medium Orchid. HEX triplet: BD, 49 and CC. RGB value is (189,73,204). Sum of RGB (Red+Green+Blue) = 189+73+204=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD49CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD49CC is #42B633. Grayscale: #7A7A7A. Windows color (decimal): -4372020 or 13388221. OLE color: 13388221.

HSL color Cylindrical-coordinate representation of color #BD49CC: hue angle of 293.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD49CC is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 73 204 -
CMYK 0.07 0.64 0 0.2
HSL 293.13º 0.56% 0.54% -
HSV(B) 293.13º 0.64% 0.8% -
XYZ 34.27 19.94 59.17 -
YUV 122.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 189 73 204 0.07 0.64 0 0.2 293.13 0.56 0.54
Hex BD 49 CC 7 40 0 14 125 38 36
Octal 275 111 314 7 100 0 24 445 70 66
Binary 10111101 1001001 11001100 111 1000000 0 10100 100100101 111000 110110

Color Harmonies of #BD49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49CC

Black with #BD49CC

Text Example


Text Example

White with #BD49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49CC; }

 p { color: rgb(189,73,204); }

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

background-color css

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

 a { background-color: rgb(189,73,204); }

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

border-color css

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

 span { border-color: rgb(189,73,204); }

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