Html Css Color HEX #BC62E3 Medium Orchid

📋 copy color: '#BC62E3'

red 188 ◦ green 98 ◦ blue 227

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

Shades of Medium Orchid #BC62E3

Tints of Medium Orchid #BC62E3

RGB

 RED value IS 188 (73.83% from 255) = 36.65%

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

 BLUE value IS 227 (89.06% from 255) = 44.25%

R = 36.65%
G = 19.1%
B = 44.25%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC62E3 (or 0xBC62E3) is known color: Medium Orchid. HEX triplet: BC, 62 and E3. RGB value is (188,98,227). Sum of RGB (Red+Green+Blue) = 188+98+227=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC62E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62E3 is #439D1C. Grayscale: #8B8B8B. Windows color (decimal): -4431133 or 14901948. OLE color: 14901948.

HSL color Cylindrical-coordinate representation of color #BC62E3: hue angle of 281.86º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC62E3 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 98 227 -
CMYK 0.17 0.57 0 0.11
HSL 281.86º 0.7% 0.64% -
HSV(B) 281.86º 0.57% 0.89% -
XYZ 38.97 24.97 75.44 -
YUV 139.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 188 98 227 0.17 0.57 0 0.11 281.86 0.7 0.64
Hex BC 62 E3 11 39 0 B 11A 46 40
Octal 274 142 343 21 71 0 13 432 106 100
Binary 10111100 1100010 11100011 10001 111001 0 1011 100011010 1000110 1000000

Color Harmonies of #BC62E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62E3

Black with #BC62E3

Text Example


Text Example

White with #BC62E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62E3; }

 p { color: rgb(188,98,227); }

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

background-color css

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

 a { background-color: rgb(188,98,227); }

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

border-color css

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

 span { border-color: rgb(188,98,227); }

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