Html Css Color HEX #BC62E7 Medium Orchid

📋 copy color: '#BC62E7'

red 188 ◦ green 98 ◦ blue 231

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

Shades of Medium Orchid #BC62E7

Tints of Medium Orchid #BC62E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.68%

R = 36.36%
G = 18.96%
B = 44.68%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC62E7 (or 0xBC62E7) is known color: Medium Orchid. HEX triplet: BC, 62 and E7. RGB value is (188,98,231). Sum of RGB (Red+Green+Blue) = 188+98+231=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC62E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62E7 is #439D18. Grayscale: #8B8B8B. Windows color (decimal): -4431129 or 15164092. OLE color: 15164092.

HSL color Cylindrical-coordinate representation of color #BC62E7: hue angle of 280.6º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC62E7 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 98 231 -
CMYK 0.19 0.58 0 0.09
HSL 280.6º 0.73% 0.65% -
HSV(B) 280.6º 0.58% 0.91% -
XYZ 39.53 25.2 78.38 -
YUV 140.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 188 98 231 0.19 0.58 0 0.09 280.6 0.73 0.65
Hex BC 62 E7 13 3A 0 9 119 49 41
Octal 274 142 347 23 72 0 11 431 111 101
Binary 10111100 1100010 11100111 10011 111010 0 1001 100011001 1001001 1000001

Color Harmonies of #BC62E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62E7

Black with #BC62E7

Text Example


Text Example

White with #BC62E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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