Html Css Color HEX #BC55FC Medium Orchid

📋 copy color: '#BC55FC'

red 188 ◦ green 85 ◦ blue 252

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

Shades of Medium Orchid #BC55FC

Tints of Medium Orchid #BC55FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48%

R = 35.81%
G = 16.19%
B = 48%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC55FC (or 0xBC55FC) is known color: Medium Orchid. HEX triplet: BC, 55 and FC. RGB value is (188,85,252). Sum of RGB (Red+Green+Blue) = 188+85+252=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55FC is #43AA03. Grayscale: #868686. Windows color (decimal): -4434436 or 16537020. OLE color: 16537020.

HSL color Cylindrical-coordinate representation of color #BC55FC: hue angle of 277.01º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC55FC is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 85 252 -
CMYK 0.25 0.66 0 0.01
HSL 277.01º 0.97% 0.66% -
HSV(B) 277.01º 0.66% 0.99% -
XYZ 41.56 24.22 94.58 -
YUV 134.84 194.12 165.92 -
System Red Green Blue C M Y K H S L
Decimal 188 85 252 0.25 0.66 0 0.01 277.01 0.97 0.66
Hex BC 55 FC 19 42 0 1 115 61 42
Octal 274 125 374 31 102 0 1 425 141 102
Binary 10111100 1010101 11111100 11001 1000010 0 1 100010101 1100001 1000010

Color Harmonies of #BC55FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55FC

Black with #BC55FC

Text Example


Text Example

White with #BC55FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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