Html Css Color HEX #BD31ED Medium Orchid

📋 copy color: '#BD31ED'

red 189 ◦ green 49 ◦ blue 237

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

Shades of Medium Orchid #BD31ED

Tints of Medium Orchid #BD31ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 39.79%
G = 10.32%
B = 49.89%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD31ED (or 0xBD31ED) is known color: Medium Orchid. HEX triplet: BD, 31 and ED. RGB value is (189,49,237). Sum of RGB (Red+Green+Blue) = 189+49+237=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 49 (19.53% from 255 or 10.32% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31ED is #42CE12. Grayscale: #6F6F6F. Windows color (decimal): -4378131 or 15544765. OLE color: 15544765.

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

Color convert

RGB 189 49 237 -
CMYK 0.20 0.79 0 0.07
HSL 284.68º 0.84% 0.56% -
HSV(B) 284.68º 0.79% 0.93% -
XYZ 37.37 19.13 81.84 -
YUV 112.29 198.38 182.71 -
System Red Green Blue C M Y K H S L
Decimal 189 49 237 0.20 0.79 0 0.07 284.68 0.84 0.56
Hex BD 31 ED 14 4F 0 7 11D 54 38
Octal 275 61 355 24 117 0 7 435 124 70
Binary 10111101 110001 11101101 10100 1001111 0 111 100011101 1010100 111000

Color Harmonies of #BD31ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31ED

Black with #BD31ED

Text Example


Text Example

White with #BD31ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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