Html Css Color HEX #BC58C9 Medium Orchid

📋 copy color: '#BC58C9'

red 188 ◦ green 88 ◦ blue 201

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

Shades of Medium Orchid #BC58C9

Tints of Medium Orchid #BC58C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 39.41%
G = 18.45%
B = 42.14%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC58C9 (or 0xBC58C9) is known color: Medium Orchid. HEX triplet: BC, 58 and C9. RGB value is (188,88,201). Sum of RGB (Red+Green+Blue) = 188+88+201=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC58C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58C9 is #43A736. Grayscale: #828282. Windows color (decimal): -4433719 or 13195452. OLE color: 13195452.

HSL color Cylindrical-coordinate representation of color #BC58C9: hue angle of 293.1º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC58C9 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 88 201 -
CMYK 0.06 0.56 0 0.21
HSL 293.1º 0.51% 0.57% -
HSV(B) 293.1º 0.56% 0.79% -
XYZ 34.77 21.89 57.65 -
YUV 130.78 167.63 168.81 -
System Red Green Blue C M Y K H S L
Decimal 188 88 201 0.06 0.56 0 0.21 293.1 0.51 0.57
Hex BC 58 C9 6 38 0 15 125 33 39
Octal 274 130 311 6 70 0 25 445 63 71
Binary 10111100 1011000 11001001 110 111000 0 10101 100100101 110011 111001

Color Harmonies of #BC58C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58C9

Black with #BC58C9

Text Example


Text Example

White with #BC58C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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