Html Css Color HEX #BC51ED Medium Orchid

📋 copy color: '#BC51ED'

red 188 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #BC51ED

Tints of Medium Orchid #BC51ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.01%

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

R = 37.15%
G = 16.01%
B = 46.84%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC51ED (or 0xBC51ED) is known color: Medium Orchid. HEX triplet: BC, 51 and ED. RGB value is (188,81,237). Sum of RGB (Red+Green+Blue) = 188+81+237=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC51ED is #43AE12. Grayscale: #828282. Windows color (decimal): -4435475 or 15552956. OLE color: 15552956.

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

Color convert

RGB 188 81 237 -
CMYK 0.21 0.66 0 0.07
HSL 281.15º 0.81% 0.62% -
HSV(B) 281.15º 0.66% 0.93% -
XYZ 38.97 22.69 82.45 -
YUV 130.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 188 81 237 0.21 0.66 0 0.07 281.15 0.81 0.62
Hex BC 51 ED 15 42 0 7 119 51 3E
Octal 274 121 355 25 102 0 7 431 121 76
Binary 10111100 1010001 11101101 10101 1000010 0 111 100011001 1010001 111110

Color Harmonies of #BC51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51ED

Black with #BC51ED

Text Example


Text Example

White with #BC51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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