Html Css Color HEX #BD62EC Medium Orchid

📋 copy color: '#BD62EC'

red 189 ◦ green 98 ◦ blue 236

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

Shades of Medium Orchid #BD62EC

Tints of Medium Orchid #BD62EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.74%

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

R = 36.14%
G = 18.74%
B = 45.12%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD62EC (or 0xBD62EC) is known color: Medium Orchid. HEX triplet: BD, 62 and EC. RGB value is (189,98,236). Sum of RGB (Red+Green+Blue) = 189+98+236=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD62EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD62EC is #429D13. Grayscale: #8C8C8C. Windows color (decimal): -4365588 or 15491773. OLE color: 15491773.

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

Color convert

RGB 189 98 236 -
CMYK 0.20 0.58 0 0.07
HSL 279.57º 0.78% 0.65% -
HSV(B) 279.57º 0.58% 0.93% -
XYZ 40.49 25.61 82.17 -
YUV 140.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 189 98 236 0.20 0.58 0 0.07 279.57 0.78 0.65
Hex BD 62 EC 14 3A 0 7 118 4E 41
Octal 275 142 354 24 72 0 7 430 116 101
Binary 10111101 1100010 11101100 10100 111010 0 111 100011000 1001110 1000001

Color Harmonies of #BD62EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62EC

Black with #BD62EC

Text Example


Text Example

White with #BD62EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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