Html Css Color HEX #BD40E1 Medium Orchid

📋 copy color: '#BD40E1'

red 189 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #BD40E1

Tints of Medium Orchid #BD40E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.39%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 39.54%
G = 13.39%
B = 47.07%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD40E1 (or 0xBD40E1) is known color: Medium Orchid. HEX triplet: BD, 40 and E1. RGB value is (189,64,225). Sum of RGB (Red+Green+Blue) = 189+64+225=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40E1 is #42BF1E. Grayscale: #777777. Windows color (decimal): -4374303 or 14762173. OLE color: 14762173.

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

Color convert

RGB 189 64 225 -
CMYK 0.16 0.72 0 0.12
HSL 286.58º 0.73% 0.57% -
HSV(B) 286.58º 0.72% 0.88% -
XYZ 36.41 19.92 73.16 -
YUV 119.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 189 64 225 0.16 0.72 0 0.12 286.58 0.73 0.57
Hex BD 40 E1 10 48 0 C 11F 49 39
Octal 275 100 341 20 110 0 14 437 111 71
Binary 10111101 1000000 11100001 10000 1001000 0 1100 100011111 1001001 111001

Color Harmonies of #BD40E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD40E1

Black with #BD40E1

Text Example


Text Example

White with #BD40E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD40E1; }

 p { color: rgb(189,64,225); }

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

background-color css

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

 a { background-color: rgb(189,64,225); }

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

border-color css

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

 span { border-color: rgb(189,64,225); }

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