Html Css Color HEX #BC58CA Medium Orchid

📋 copy color: '#BC58CA'

red 188 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #BC58CA

Tints of Medium Orchid #BC58CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 39.33%
G = 18.41%
B = 42.26%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC58CA (or 0xBC58CA) is known color: Medium Orchid. HEX triplet: BC, 58 and CA. RGB value is (188,88,202). Sum of RGB (Red+Green+Blue) = 188+88+202=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC58CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58CA is #43A735. Grayscale: #828282. Windows color (decimal): -4433718 or 13260988. OLE color: 13260988.

HSL color Cylindrical-coordinate representation of color #BC58CA: hue angle of 292.63º degrees, saturation: 0.52, 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 #BC58CA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 88 202 -
CMYK 0.07 0.56 0 0.21
HSL 292.63º 0.52% 0.57% -
HSV(B) 292.63º 0.56% 0.79% -
XYZ 34.89 21.94 58.27 -
YUV 130.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 188 88 202 0.07 0.56 0 0.21 292.63 0.52 0.57
Hex BC 58 CA 7 38 0 15 125 34 39
Octal 274 130 312 7 70 0 25 445 64 71
Binary 10111100 1011000 11001010 111 111000 0 10101 100100101 110100 111001

Color Harmonies of #BC58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58CA

Black with #BC58CA

Text Example


Text Example

White with #BC58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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