Html Css Color HEX #BC58CF Medium Orchid

📋 copy color: '#BC58CF'

red 188 ◦ green 88 ◦ blue 207

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

Shades of Medium Orchid #BC58CF

Tints of Medium Orchid #BC58CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.86%

R = 38.92%
G = 18.22%
B = 42.86%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC58CF (or 0xBC58CF) is known color: Medium Orchid. HEX triplet: BC, 58 and CF. RGB value is (188,88,207). Sum of RGB (Red+Green+Blue) = 188+88+207=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC58CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58CF is #43A730. Grayscale: #838383. Windows color (decimal): -4433713 or 13588668. OLE color: 13588668.

HSL color Cylindrical-coordinate representation of color #BC58CF: hue angle of 290.42º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC58CF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 88 207 -
CMYK 0.09 0.57 0 0.19
HSL 290.42º 0.55% 0.58% -
HSV(B) 290.42º 0.57% 0.81% -
XYZ 35.49 22.18 61.44 -
YUV 131.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 188 88 207 0.09 0.57 0 0.19 290.42 0.55 0.58
Hex BC 58 CF 9 39 0 13 122 37 3A
Octal 274 130 317 11 71 0 23 442 67 72
Binary 10111100 1011000 11001111 1001 111001 0 10011 100100010 110111 111010

Color Harmonies of #BC58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC58CF

Black with #BC58CF

Text Example


Text Example

White with #BC58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC58CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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