Html Css Color HEX #BC54CF Medium Orchid

📋 copy color: '#BC54CF'

red 188 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #BC54CF

Tints of Medium Orchid #BC54CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.54%

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

R = 39.25%
G = 17.54%
B = 43.22%

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

#BC54CF (or 0xBC54CF) is known color: Medium Orchid. HEX triplet: BC, 54 and CF. RGB value is (188,84,207). Sum of RGB (Red+Green+Blue) = 188+84+207=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54CF is #43AB30. Grayscale: #808080. Windows color (decimal): -4434737 or 13587644. OLE color: 13587644.

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

Color convert

RGB 188 84 207 -
CMYK 0.09 0.59 0 0.19
HSL 290.73º 0.56% 0.57% -
HSV(B) 290.73º 0.59% 0.81% -
XYZ 35.17 21.54 61.33 -
YUV 129.12 171.96 170 -
System Red Green Blue C M Y K H S L
Decimal 188 84 207 0.09 0.59 0 0.19 290.73 0.56 0.57
Hex BC 54 CF 9 3B 0 13 123 38 39
Octal 274 124 317 11 73 0 23 443 70 71
Binary 10111100 1010100 11001111 1001 111011 0 10011 100100011 111000 111001

Color Harmonies of #BC54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54CF

Black with #BC54CF

Text Example


Text Example

White with #BC54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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