Html Css Color HEX #BC51DA Medium Orchid

📋 copy color: '#BC51DA'

red 188 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #BC51DA

Tints of Medium Orchid #BC51DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.76%

R = 38.6%
G = 16.63%
B = 44.76%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC51DA (or 0xBC51DA) is known color: Medium Orchid. HEX triplet: BC, 51 and DA. RGB value is (188,81,218). Sum of RGB (Red+Green+Blue) = 188+81+218=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51DA is #43AE25. Grayscale: #808080. Windows color (decimal): -4435494 or 14307772. OLE color: 14307772.

HSL color Cylindrical-coordinate representation of color #BC51DA: hue angle of 286.86º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC51DA is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 81 218 -
CMYK 0.14 0.63 0 0.15
HSL 286.86º 0.65% 0.59% -
HSV(B) 286.86º 0.63% 0.85% -
XYZ 36.34 21.64 68.59 -
YUV 128.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 188 81 218 0.14 0.63 0 0.15 286.86 0.65 0.59
Hex BC 51 DA E 3F 0 F 11F 41 3B
Octal 274 121 332 16 77 0 17 437 101 73
Binary 10111100 1010001 11011010 1110 111111 0 1111 100011111 1000001 111011

Color Harmonies of #BC51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51DA

Black with #BC51DA

Text Example


Text Example

White with #BC51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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