Html Css Color HEX #BC58CC Medium Orchid

📋 copy color: '#BC58CC'

red 188 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #BC58CC

Tints of Medium Orchid #BC58CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 39.17%
G = 18.33%
B = 42.5%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC58CC (or 0xBC58CC) is known color: Medium Orchid. HEX triplet: BC, 58 and CC. RGB value is (188,88,204). Sum of RGB (Red+Green+Blue) = 188+88+204=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58CC is #43A733. Grayscale: #828282. Windows color (decimal): -4433716 or 13392060. OLE color: 13392060.

HSL color Cylindrical-coordinate representation of color #BC58CC: hue angle of 291.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC58CC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 88 204 -
CMYK 0.08 0.57 0 0.2
HSL 291.72º 0.53% 0.57% -
HSV(B) 291.72º 0.57% 0.8% -
XYZ 35.13 22.03 59.53 -
YUV 131.12 169.13 168.57 -
System Red Green Blue C M Y K H S L
Decimal 188 88 204 0.08 0.57 0 0.2 291.72 0.53 0.57
Hex BC 58 CC 8 39 0 14 124 35 39
Octal 274 130 314 10 71 0 24 444 65 71
Binary 10111100 1011000 11001100 1000 111001 0 10100 100100100 110101 111001

Color Harmonies of #BC58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58CC

Black with #BC58CC

Text Example


Text Example

White with #BC58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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