Html Css Color HEX #BC51D0 Medium Orchid

📋 copy color: '#BC51D0'

red 188 ◦ green 81 ◦ blue 208

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

Shades of Medium Orchid #BC51D0

Tints of Medium Orchid #BC51D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 39.41%
G = 16.98%
B = 43.61%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC51D0 (or 0xBC51D0) is known color: Medium Orchid. HEX triplet: BC, 51 and D0. RGB value is (188,81,208). Sum of RGB (Red+Green+Blue) = 188+81+208=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC51D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51D0 is #43AE2F. Grayscale: #7F7F7F. Windows color (decimal): -4435504 or 13652412. OLE color: 13652412.

HSL color Cylindrical-coordinate representation of color #BC51D0: hue angle of 290.55º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC51D0 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 81 208 -
CMYK 0.10 0.61 0 0.18
HSL 290.55º 0.57% 0.57% -
HSV(B) 290.55º 0.61% 0.82% -
XYZ 35.07 21.13 61.9 -
YUV 127.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 188 81 208 0.10 0.61 0 0.18 290.55 0.57 0.57
Hex BC 51 D0 A 3D 0 12 123 39 39
Octal 274 121 320 12 75 0 22 443 71 71
Binary 10111100 1010001 11010000 1010 111101 0 10010 100100011 111001 111001

Color Harmonies of #BC51D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51D0

Black with #BC51D0

Text Example


Text Example

White with #BC51D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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