Html Css Color HEX #BC58DA Medium Orchid

📋 copy color: '#BC58DA'

red 188 ◦ green 88 ◦ blue 218

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

Shades of Medium Orchid #BC58DA

Tints of Medium Orchid #BC58DA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.81%

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

R = 38.06%
G = 17.81%
B = 44.13%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC58DA (or 0xBC58DA) is known color: Medium Orchid. HEX triplet: BC, 58 and DA. RGB value is (188,88,218). Sum of RGB (Red+Green+Blue) = 188+88+218=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58DA is #43A725. Grayscale: #848484. Windows color (decimal): -4433702 or 14309564. OLE color: 14309564.

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

Color convert

RGB 188 88 218 -
CMYK 0.14 0.60 0 0.15
HSL 286.15º 0.64% 0.6% -
HSV(B) 286.15º 0.6% 0.85% -
XYZ 36.88 22.73 68.77 -
YUV 132.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 188 88 218 0.14 0.60 0 0.15 286.15 0.64 0.6
Hex BC 58 DA E 3C 0 F 11E 40 3C
Octal 274 130 332 16 74 0 17 436 100 74
Binary 10111100 1011000 11011010 1110 111100 0 1111 100011110 1000000 111100

Color Harmonies of #BC58DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58DA

Black with #BC58DA

Text Example


Text Example

White with #BC58DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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