Html Css Color HEX #BD41EE Medium Orchid

📋 copy color: '#BD41EE'

red 189 ◦ green 65 ◦ blue 238

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

Shades of Medium Orchid #BD41EE

Tints of Medium Orchid #BD41EE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.21%

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

R = 38.41%
G = 13.21%
B = 48.37%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD41EE (or 0xBD41EE) is known color: Medium Orchid. HEX triplet: BD, 41 and EE. RGB value is (189,65,238). Sum of RGB (Red+Green+Blue) = 189+65+238=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD41EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD41EE is #42BE11. Grayscale: #797979. Windows color (decimal): -4374034 or 15614397. OLE color: 15614397.

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

Color convert

RGB 189 65 238 -
CMYK 0.21 0.73 0 0.07
HSL 283.01º 0.84% 0.59% -
HSV(B) 283.01º 0.73% 0.93% -
XYZ 38.31 20.77 82.88 -
YUV 121.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 189 65 238 0.21 0.73 0 0.07 283.01 0.84 0.59
Hex BD 41 EE 15 49 0 7 11B 54 3B
Octal 275 101 356 25 111 0 7 433 124 73
Binary 10111101 1000001 11101110 10101 1001001 0 111 100011011 1010100 111011

Color Harmonies of #BD41EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41EE

Black with #BD41EE

Text Example


Text Example

White with #BD41EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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