Html Css Color HEX #BD31E5 Medium Orchid

📋 copy color: '#BD31E5'

red 189 ◦ green 49 ◦ blue 229

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

Shades of Medium Orchid #BD31E5

Tints of Medium Orchid #BD31E5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.49%

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 40.47%
G = 10.49%
B = 49.04%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BD31E5 (or 0xBD31E5) is known color: Medium Orchid. HEX triplet: BD, 31 and E5. RGB value is (189,49,229). Sum of RGB (Red+Green+Blue) = 189+49+229=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #BD31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31E5 is #42CE1A. Grayscale: #6E6E6E. Windows color (decimal): -4378139 or 15020477. OLE color: 15020477.

HSL color Cylindrical-coordinate representation of color #BD31E5: hue angle of 286.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD31E5 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 49 229 -
CMYK 0.17 0.79 0 0.10
HSL 286.67º 0.78% 0.55% -
HSV(B) 286.67º 0.79% 0.9% -
XYZ 36.23 18.67 75.82 -
YUV 111.38 194.38 183.36 -
System Red Green Blue C M Y K H S L
Decimal 189 49 229 0.17 0.79 0 0.10 286.67 0.78 0.55
Hex BD 31 E5 11 4F 0 A 11F 4E 37
Octal 275 61 345 21 117 0 12 437 116 67
Binary 10111101 110001 11100101 10001 1001111 0 1010 100011111 1001110 110111

Color Harmonies of #BD31E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31E5

Black with #BD31E5

Text Example


Text Example

White with #BD31E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31E5; }

 p { color: rgb(189,49,229); }

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

background-color css

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

 a { background-color: rgb(189,49,229); }

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

border-color css

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

 span { border-color: rgb(189,49,229); }

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