Html Css Color HEX #BD53EE Medium Orchid

📋 copy color: '#BD53EE'

red 189 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #BD53EE

Tints of Medium Orchid #BD53EE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.27%

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

R = 37.06%
G = 16.27%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD53EE (or 0xBD53EE) is known color: Medium Orchid. HEX triplet: BD, 53 and EE. RGB value is (189,83,238). Sum of RGB (Red+Green+Blue) = 189+83+238=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD53EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD53EE is #42AC11. Grayscale: #838383. Windows color (decimal): -4369426 or 15619005. OLE color: 15619005.

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

Color convert

RGB 189 83 238 -
CMYK 0.21 0.65 0 0.07
HSL 281.03º 0.82% 0.63% -
HSV(B) 281.03º 0.65% 0.93% -
XYZ 39.51 23.18 83.28 -
YUV 132.36 187.62 168.4 -
System Red Green Blue C M Y K H S L
Decimal 189 83 238 0.21 0.65 0 0.07 281.03 0.82 0.63
Hex BD 53 EE 15 41 0 7 119 52 3F
Octal 275 123 356 25 101 0 7 431 122 77
Binary 10111101 1010011 11101110 10101 1000001 0 111 100011001 1010010 111111

Color Harmonies of #BD53EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD53EE

Black with #BD53EE

Text Example


Text Example

White with #BD53EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD53EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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