Html Css Color HEX #BC61ED Medium Orchid

📋 copy color: '#BC61ED'

red 188 ◦ green 97 ◦ blue 237

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

Shades of Medium Orchid #BC61ED

Tints of Medium Orchid #BC61ED

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.58%

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

R = 36.02%
G = 18.58%
B = 45.4%

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

#BC61ED (or 0xBC61ED) is known color: Medium Orchid. HEX triplet: BC, 61 and ED. RGB value is (188,97,237). Sum of RGB (Red+Green+Blue) = 188+97+237=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 97 (38.28% from 255 or 18.58% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC61ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC61ED is #439E12. Grayscale: #8B8B8B. Windows color (decimal): -4431379 or 15557052. OLE color: 15557052.

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

Color convert

RGB 188 97 237 -
CMYK 0.21 0.59 0 0.07
HSL 279º 0.8% 0.65% -
HSV(B) 279º 0.59% 0.93% -
XYZ 40.3 25.36 82.89 -
YUV 140.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 188 97 237 0.21 0.59 0 0.07 279 0.8 0.65
Hex BC 61 ED 15 3B 0 7 117 50 41
Octal 274 141 355 25 73 0 7 427 120 101
Binary 10111100 1100001 11101101 10101 111011 0 111 100010111 1010000 1000001

Color Harmonies of #BC61ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61ED

Black with #BC61ED

Text Example


Text Example

White with #BC61ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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