Html Css Color HEX #BD61E1 Medium Orchid

📋 copy color: '#BD61E1'

red 189 ◦ green 97 ◦ blue 225

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

Shades of Medium Orchid #BD61E1

Tints of Medium Orchid #BD61E1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

 BLUE value IS 225 (88.28% from 255) = 44.03%

R = 36.99%
G = 18.98%
B = 44.03%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD61E1 (or 0xBD61E1) is known color: Medium Orchid. HEX triplet: BD, 61 and E1. RGB value is (189,97,225). Sum of RGB (Red+Green+Blue) = 189+97+225=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61E1 is #429E1E. Grayscale: #8A8A8A. Windows color (decimal): -4365855 or 14770621. OLE color: 14770621.

HSL color Cylindrical-coordinate representation of color #BD61E1: hue angle of 283.12º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD61E1 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 97 225 -
CMYK 0.16 0.57 0 0.12
HSL 283.13º 0.68% 0.63% -
HSV(B) 283.13º 0.57% 0.88% -
XYZ 38.85 24.8 73.97 -
YUV 139.1 176.48 163.59 -
System Red Green Blue C M Y K H S L
Decimal 189 97 225 0.16 0.57 0 0.12 283.13 0.68 0.63
Hex BD 61 E1 10 39 0 C 11B 44 3F
Octal 275 141 341 20 71 0 14 433 104 77
Binary 10111101 1100001 11100001 10000 111001 0 1100 100011011 1000100 111111

Color Harmonies of #BD61E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61E1

Black with #BD61E1

Text Example


Text Example

White with #BD61E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61E1; }

 p { color: rgb(189,97,225); }

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

background-color css

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

 a { background-color: rgb(189,97,225); }

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

border-color css

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

 span { border-color: rgb(189,97,225); }

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