Html Css Color HEX #BD31D6 Medium Orchid

📋 copy color: '#BD31D6'

red 189 ◦ green 49 ◦ blue 214

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

Shades of Medium Orchid #BD31D6

Tints of Medium Orchid #BD31D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.35%

R = 41.81%
G = 10.84%
B = 47.35%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD31D6 (or 0xBD31D6) is known color: Medium Orchid. HEX triplet: BD, 31 and D6. RGB value is (189,49,214). Sum of RGB (Red+Green+Blue) = 189+49+214=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD31D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD31D6 is #42CE29. Grayscale: #6D6D6D. Windows color (decimal): -4378154 or 14037437. OLE color: 14037437.

HSL color Cylindrical-coordinate representation of color #BD31D6: hue angle of 290.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD31D6 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 49 214 -
CMYK 0.12 0.77 0 0.16
HSL 290.91º 0.67% 0.52% -
HSV(B) 290.91º 0.77% 0.84% -
XYZ 34.22 17.87 65.26 -
YUV 109.67 186.88 184.58 -
System Red Green Blue C M Y K H S L
Decimal 189 49 214 0.12 0.77 0 0.16 290.91 0.67 0.52
Hex BD 31 D6 C 4D 0 10 123 43 34
Octal 275 61 326 14 115 0 20 443 103 64
Binary 10111101 110001 11010110 1100 1001101 0 10000 100100011 1000011 110100

Color Harmonies of #BD31D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD31D6

Black with #BD31D6

Text Example


Text Example

White with #BD31D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD31D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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