Html Css Color HEX #BD41E0 Medium Orchid

📋 copy color: '#BD41E0'

red 189 ◦ green 65 ◦ blue 224

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

Shades of Medium Orchid #BD41E0

Tints of Medium Orchid #BD41E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.86%

R = 39.54%
G = 13.6%
B = 46.86%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD41E0 (or 0xBD41E0) is known color: Medium Orchid. HEX triplet: BD, 41 and E0. RGB value is (189,65,224). Sum of RGB (Red+Green+Blue) = 189+65+224=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD41E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41E0 is #42BE1F. Grayscale: #777777. Windows color (decimal): -4374048 or 14696893. OLE color: 14696893.

HSL color Cylindrical-coordinate representation of color #BD41E0: hue angle of 286.79º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD41E0 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 65 224 -
CMYK 0.16 0.71 0 0.12
HSL 286.79º 0.72% 0.57% -
HSV(B) 286.79º 0.71% 0.88% -
XYZ 36.33 19.98 72.46 -
YUV 120.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 189 65 224 0.16 0.71 0 0.12 286.79 0.72 0.57
Hex BD 41 E0 10 47 0 C 11F 48 39
Octal 275 101 340 20 107 0 14 437 110 71
Binary 10111101 1000001 11100000 10000 1000111 0 1100 100011111 1001000 111001

Color Harmonies of #BD41E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41E0

Black with #BD41E0

Text Example


Text Example

White with #BD41E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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