Html Css Color HEX #BC62EF Medium Orchid

📋 copy color: '#BC62EF'

red 188 ◦ green 98 ◦ blue 239

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

Shades of Medium Orchid #BC62EF

Tints of Medium Orchid #BC62EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 35.81%
G = 18.67%
B = 45.52%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC62EF (or 0xBC62EF) is known color: Medium Orchid. HEX triplet: BC, 62 and EF. RGB value is (188,98,239). Sum of RGB (Red+Green+Blue) = 188+98+239=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 98 (38.67% from 255 or 18.67% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC62EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62EF is #439D10. Grayscale: #8C8C8C. Windows color (decimal): -4431121 or 15688380. OLE color: 15688380.

HSL color Cylindrical-coordinate representation of color #BC62EF: hue angle of 278.3º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC62EF is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 98 239 -
CMYK 0.21 0.59 0 0.06
HSL 278.3º 0.82% 0.66% -
HSV(B) 278.3º 0.59% 0.94% -
XYZ 40.69 25.66 84.47 -
YUV 140.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 188 98 239 0.21 0.59 0 0.06 278.3 0.82 0.66
Hex BC 62 EF 15 3B 0 6 116 52 42
Octal 274 142 357 25 73 0 6 426 122 102
Binary 10111100 1100010 11101111 10101 111011 0 110 100010110 1010010 1000010

Color Harmonies of #BC62EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62EF

Black with #BC62EF

Text Example


Text Example

White with #BC62EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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