Html Css Color HEX #BC54D0 Medium Orchid

📋 copy color: '#BC54D0'

red 188 ◦ green 84 ◦ blue 208

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

Shades of Medium Orchid #BC54D0

Tints of Medium Orchid #BC54D0

RGB

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

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

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

R = 39.17%
G = 17.5%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC54D0 (or 0xBC54D0) is known color: Medium Orchid. HEX triplet: BC, 54 and D0. RGB value is (188,84,208). Sum of RGB (Red+Green+Blue) = 188+84+208=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC54D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54D0 is #43AB2F. Grayscale: #808080. Windows color (decimal): -4434736 or 13653180. OLE color: 13653180.

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

Color convert

RGB 188 84 208 -
CMYK 0.10 0.60 0 0.18
HSL 290.32º 0.57% 0.57% -
HSV(B) 290.32º 0.6% 0.82% -
XYZ 35.29 21.59 61.98 -
YUV 129.23 172.46 169.92 -
System Red Green Blue C M Y K H S L
Decimal 188 84 208 0.10 0.60 0 0.18 290.32 0.57 0.57
Hex BC 54 D0 A 3C 0 12 122 39 39
Octal 274 124 320 12 74 0 22 442 71 71
Binary 10111100 1010100 11010000 1010 111100 0 10010 100100010 111001 111001

Color Harmonies of #BC54D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54D0

Black with #BC54D0

Text Example


Text Example

White with #BC54D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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