Html Css Color HEX #BC62EE Medium Orchid

📋 copy color: '#BC62EE'

red 188 ◦ green 98 ◦ blue 238

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

Shades of Medium Orchid #BC62EE

Tints of Medium Orchid #BC62EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.42%

R = 35.88%
G = 18.7%
B = 45.42%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC62EE (or 0xBC62EE) is known color: Medium Orchid. HEX triplet: BC, 62 and EE. RGB value is (188,98,238). Sum of RGB (Red+Green+Blue) = 188+98+238=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC62EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62EE is #439D11. Grayscale: #8C8C8C. Windows color (decimal): -4431122 or 15622844. OLE color: 15622844.

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

Color convert

RGB 188 98 238 -
CMYK 0.21 0.59 0 0.07
HSL 278.57º 0.8% 0.66% -
HSV(B) 278.57º 0.59% 0.93% -
XYZ 40.54 25.6 83.69 -
YUV 140.87 182.82 161.62 -
System Red Green Blue C M Y K H S L
Decimal 188 98 238 0.21 0.59 0 0.07 278.57 0.8 0.66
Hex BC 62 EE 15 3B 0 7 117 50 42
Octal 274 142 356 25 73 0 7 427 120 102
Binary 10111100 1100010 11101110 10101 111011 0 111 100010111 1010000 1000010

Color Harmonies of #BC62EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62EE

Black with #BC62EE

Text Example


Text Example

White with #BC62EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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