Html Css Color HEX #BC58D0 Medium Orchid

📋 copy color: '#BC58D0'

red 188 ◦ green 88 ◦ blue 208

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

Shades of Medium Orchid #BC58D0

Tints of Medium Orchid #BC58D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 38.84%
G = 18.18%
B = 42.98%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC58D0 (or 0xBC58D0) is known color: Medium Orchid. HEX triplet: BC, 58 and D0. RGB value is (188,88,208). Sum of RGB (Red+Green+Blue) = 188+88+208=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 88 (34.77% from 255 or 18.18% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC58D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58D0 is #43A72F. Grayscale: #838383. Windows color (decimal): -4433712 or 13654204. OLE color: 13654204.

HSL color Cylindrical-coordinate representation of color #BC58D0: hue angle of 290º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC58D0 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 88 208 -
CMYK 0.10 0.58 0 0.18
HSL 290º 0.56% 0.58% -
HSV(B) 290º 0.58% 0.82% -
XYZ 35.61 22.22 62.09 -
YUV 131.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 188 88 208 0.10 0.58 0 0.18 290 0.56 0.58
Hex BC 58 D0 A 3A 0 12 122 38 3A
Octal 274 130 320 12 72 0 22 442 70 72
Binary 10111100 1011000 11010000 1010 111010 0 10010 100100010 111000 111010

Color Harmonies of #BC58D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58D0

Black with #BC58D0

Text Example


Text Example

White with #BC58D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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