Html Css Color HEX #BC59CF Medium Orchid

📋 copy color: '#BC59CF'

red 188 ◦ green 89 ◦ blue 207

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

Shades of Medium Orchid #BC59CF

Tints of Medium Orchid #BC59CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.39%

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

R = 38.84%
G = 18.39%
B = 42.77%

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

#BC59CF (or 0xBC59CF) is known color: Medium Orchid. HEX triplet: BC, 59 and CF. RGB value is (188,89,207). Sum of RGB (Red+Green+Blue) = 188+89+207=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC59CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59CF is #43A630. Grayscale: #838383. Windows color (decimal): -4433457 or 13588924. OLE color: 13588924.

HSL color Cylindrical-coordinate representation of color #BC59CF: hue angle of 290.34º 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 #BC59CF is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 89 207 -
CMYK 0.09 0.57 0 0.19
HSL 290.34º 0.55% 0.58% -
HSV(B) 290.34º 0.57% 0.81% -
XYZ 35.57 22.34 61.47 -
YUV 132.05 170.3 167.91 -
System Red Green Blue C M Y K H S L
Decimal 188 89 207 0.09 0.57 0 0.19 290.34 0.55 0.58
Hex BC 59 CF 9 39 0 13 122 37 3A
Octal 274 131 317 11 71 0 23 442 67 72
Binary 10111100 1011001 11001111 1001 111001 0 10011 100100010 110111 111010

Color Harmonies of #BC59CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59CF

Black with #BC59CF

Text Example


Text Example

White with #BC59CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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