Html Css Color HEX #BD62E0 Medium Orchid

📋 copy color: '#BD62E0'

red 189 ◦ green 98 ◦ blue 224

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

Shades of Medium Orchid #BD62E0

Tints of Medium Orchid #BD62E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 36.99%
G = 19.18%
B = 43.84%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD62E0 (or 0xBD62E0) is known color: Medium Orchid. HEX triplet: BD, 62 and E0. RGB value is (189,98,224). Sum of RGB (Red+Green+Blue) = 189+98+224=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD62E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62E0 is #429D1F. Grayscale: #8B8B8B. Windows color (decimal): -4365600 or 14705341. OLE color: 14705341.

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

Color convert

RGB 189 98 224 -
CMYK 0.16 0.56 0 0.12
HSL 283.33º 0.67% 0.63% -
HSV(B) 283.33º 0.56% 0.88% -
XYZ 38.81 24.94 73.29 -
YUV 139.57 175.65 163.25 -
System Red Green Blue C M Y K H S L
Decimal 189 98 224 0.16 0.56 0 0.12 283.33 0.67 0.63
Hex BD 62 E0 10 38 0 C 11B 43 3F
Octal 275 142 340 20 70 0 14 433 103 77
Binary 10111101 1100010 11100000 10000 111000 0 1100 100011011 1000011 111111

Color Harmonies of #BD62E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62E0

Black with #BD62E0

Text Example


Text Example

White with #BD62E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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