Html Css Color HEX #BD31F0 Medium Orchid

📋 copy color: '#BD31F0'

red 189 ◦ green 49 ◦ blue 240

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

Shades of Medium Orchid #BD31F0

Tints of Medium Orchid #BD31F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.21%

R = 39.54%
G = 10.25%
B = 50.21%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD31F0 (or 0xBD31F0) is known color: Medium Orchid. HEX triplet: BD, 31 and F0. RGB value is (189,49,240). Sum of RGB (Red+Green+Blue) = 189+49+240=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 240 (94.14% from 255 or 50.21% from 478); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD31F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD31F0 is #42CE0F. Grayscale: #707070. Windows color (decimal): -4378128 or 15741373. OLE color: 15741373.

HSL color Cylindrical-coordinate representation of color #BD31F0: hue angle of 283.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD31F0 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 49 240 -
CMYK 0.21 0.80 0 0.06
HSL 283.98º 0.86% 0.57% -
HSV(B) 283.98º 0.8% 0.94% -
XYZ 37.81 19.31 84.17 -
YUV 112.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 189 49 240 0.21 0.80 0 0.06 283.98 0.86 0.57
Hex BD 31 F0 15 50 0 6 11C 56 39
Octal 275 61 360 25 120 0 6 434 126 71
Binary 10111101 110001 11110000 10101 1010000 0 110 100011100 1010110 111001

Color Harmonies of #BD31F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31F0

Black with #BD31F0

Text Example


Text Example

White with #BD31F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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