Html Css Color HEX #BC55FE Medium Orchid

📋 copy color: '#BC55FE'

red 188 ◦ green 85 ◦ blue 254

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

Shades of Medium Orchid #BC55FE

Tints of Medium Orchid #BC55FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.2%

R = 35.67%
G = 16.13%
B = 48.2%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC55FE (or 0xBC55FE) is known color: Medium Orchid. HEX triplet: BC, 55 and FE. RGB value is (188,85,254). Sum of RGB (Red+Green+Blue) = 188+85+254=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 85 (33.59% from 255 or 16.13% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55FE is #43AA01. Grayscale: #868686. Windows color (decimal): -4434434 or 16668092. OLE color: 16668092.

HSL color Cylindrical-coordinate representation of color #BC55FE: hue angle of 276.57º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC55FE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 85 254 -
CMYK 0.26 0.67 0 0.00
HSL 276.57º 0.99% 0.66% -
HSV(B) 276.57º 0.67% 1% -
XYZ 41.88 24.34 96.26 -
YUV 135.06 195.12 165.76 -
System Red Green Blue C M Y K H S L
Decimal 188 85 254 0.26 0.67 0 0.00 276.57 0.99 0.66
Hex BC 55 FE 1A 43 0 0 115 63 42
Octal 274 125 376 32 103 0 0 425 143 102
Binary 10111100 1010101 11111110 11010 1000011 0 0 100010101 1100011 1000010

Color Harmonies of #BC55FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC55FE

Black with #BC55FE

Text Example


Text Example

White with #BC55FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC55FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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