Html Css Color HEX #BD49EE Medium Orchid

📋 copy color: '#BD49EE'

red 189 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #BD49EE

Tints of Medium Orchid #BD49EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 37.8%
G = 14.6%
B = 47.6%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD49EE (or 0xBD49EE) is known color: Medium Orchid. HEX triplet: BD, 49 and EE. RGB value is (189,73,238). Sum of RGB (Red+Green+Blue) = 189+73+238=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 73 (28.91% from 255 or 14.6% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD49EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD49EE is #42B611. Grayscale: #7D7D7D. Windows color (decimal): -4371986 or 15616445. OLE color: 15616445.

HSL color Cylindrical-coordinate representation of color #BD49EE: hue angle of 282.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD49EE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 73 238 -
CMYK 0.21 0.69 0 0.07
HSL 282.18º 0.83% 0.61% -
HSV(B) 282.18º 0.69% 0.93% -
XYZ 38.8 21.76 83.04 -
YUV 126.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 189 73 238 0.21 0.69 0 0.07 282.18 0.83 0.61
Hex BD 49 EE 15 45 0 7 11A 53 3D
Octal 275 111 356 25 105 0 7 432 123 75
Binary 10111101 1001001 11101110 10101 1000101 0 111 100011010 1010011 111101

Color Harmonies of #BD49EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD49EE

Black with #BD49EE

Text Example


Text Example

White with #BD49EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD49EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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