Html Css Color HEX #BD31E7 Medium Orchid

📋 copy color: '#BD31E7'

red 189 ◦ green 49 ◦ blue 231

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

Shades of Medium Orchid #BD31E7

Tints of Medium Orchid #BD31E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.25%

R = 40.3%
G = 10.45%
B = 49.25%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD31E7 (or 0xBD31E7) is known color: Medium Orchid. HEX triplet: BD, 31 and E7. RGB value is (189,49,231). Sum of RGB (Red+Green+Blue) = 189+49+231=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD31E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31E7 is #42CE18. Grayscale: #6F6F6F. Windows color (decimal): -4378137 or 15151549. OLE color: 15151549.

HSL color Cylindrical-coordinate representation of color #BD31E7: hue angle of 286.15º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD31E7 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 49 231 -
CMYK 0.18 0.79 0 0.09
HSL 286.15º 0.79% 0.55% -
HSV(B) 286.15º 0.79% 0.91% -
XYZ 36.51 18.78 77.3 -
YUV 111.61 195.38 183.2 -
System Red Green Blue C M Y K H S L
Decimal 189 49 231 0.18 0.79 0 0.09 286.15 0.79 0.55
Hex BD 31 E7 12 4F 0 9 11E 4F 37
Octal 275 61 347 22 117 0 11 436 117 67
Binary 10111101 110001 11100111 10010 1001111 0 1001 100011110 1001111 110111

Color Harmonies of #BD31E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31E7

Black with #BD31E7

Text Example


Text Example

White with #BD31E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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