Html Css Color HEX #BD61EC Medium Orchid

📋 copy color: '#BD61EC'

red 189 ◦ green 97 ◦ blue 236

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

Shades of Medium Orchid #BD61EC

Tints of Medium Orchid #BD61EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 36.21%
G = 18.58%
B = 45.21%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD61EC (or 0xBD61EC) is known color: Medium Orchid. HEX triplet: BD, 61 and EC. RGB value is (189,97,236). Sum of RGB (Red+Green+Blue) = 189+97+236=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD61EC is #429E13. Grayscale: #8B8B8B. Windows color (decimal): -4365844 or 15491517. OLE color: 15491517.

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

Color convert

RGB 189 97 236 -
CMYK 0.20 0.59 0 0.07
HSL 279.71º 0.79% 0.65% -
HSV(B) 279.71º 0.59% 0.93% -
XYZ 40.4 25.42 82.13 -
YUV 140.35 181.98 162.7 -
System Red Green Blue C M Y K H S L
Decimal 189 97 236 0.20 0.59 0 0.07 279.71 0.79 0.65
Hex BD 61 EC 14 3B 0 7 118 4F 41
Octal 275 141 354 24 73 0 7 430 117 101
Binary 10111101 1100001 11101100 10100 111011 0 111 100011000 1001111 1000001

Color Harmonies of #BD61EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD61EC

Black with #BD61EC

Text Example


Text Example

White with #BD61EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD61EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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