Html Css Color HEX #BC55CF Medium Orchid

📋 copy color: '#BC55CF'

red 188 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #BC55CF

Tints of Medium Orchid #BC55CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.71%

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

R = 39.17%
G = 17.71%
B = 43.13%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC55CF (or 0xBC55CF) is known color: Medium Orchid. HEX triplet: BC, 55 and CF. RGB value is (188,85,207). Sum of RGB (Red+Green+Blue) = 188+85+207=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC55CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC55CF is #43AA30. Grayscale: #818181. Windows color (decimal): -4434481 or 13587900. OLE color: 13587900.

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

Color convert

RGB 188 85 207 -
CMYK 0.09 0.59 0 0.19
HSL 290.66º 0.56% 0.57% -
HSV(B) 290.66º 0.59% 0.81% -
XYZ 35.25 21.69 61.36 -
YUV 129.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 188 85 207 0.09 0.59 0 0.19 290.66 0.56 0.57
Hex BC 55 CF 9 3B 0 13 123 38 39
Octal 274 125 317 11 73 0 23 443 70 71
Binary 10111100 1010101 11001111 1001 111011 0 10011 100100011 111000 111001

Color Harmonies of #BC55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55CF

Black with #BC55CF

Text Example


Text Example

White with #BC55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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