Html Css Color HEX #BC62ED Medium Orchid

📋 copy color: '#BC62ED'

red 188 ◦ green 98 ◦ blue 237

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

Shades of Medium Orchid #BC62ED

Tints of Medium Orchid #BC62ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.32%

R = 35.95%
G = 18.74%
B = 45.32%

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

#BC62ED (or 0xBC62ED) is known color: Medium Orchid. HEX triplet: BC, 62 and ED. RGB value is (188,98,237). Sum of RGB (Red+Green+Blue) = 188+98+237=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 98 (38.67% from 255 or 18.74% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC62ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC62ED is #439D12. Grayscale: #8C8C8C. Windows color (decimal): -4431123 or 15557308. OLE color: 15557308.

HSL color Cylindrical-coordinate representation of color #BC62ED: hue angle of 278.85º degrees, saturation: 0.79, 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 #BC62ED is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 98 237 -
CMYK 0.21 0.59 0 0.07
HSL 278.85º 0.79% 0.66% -
HSV(B) 278.85º 0.59% 0.93% -
XYZ 40.39 25.54 82.92 -
YUV 140.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 188 98 237 0.21 0.59 0 0.07 278.85 0.79 0.66
Hex BC 62 ED 15 3B 0 7 117 4F 42
Octal 274 142 355 25 73 0 7 427 117 102
Binary 10111100 1100010 11101101 10101 111011 0 111 100010111 1001111 1000010

Color Harmonies of #BC62ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62ED

Black with #BC62ED

Text Example


Text Example

White with #BC62ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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