Html Css Color HEX #BC48FE Medium Orchid

📋 copy color: '#BC48FE'

red 188 ◦ green 72 ◦ blue 254

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

Shades of Medium Orchid #BC48FE

Tints of Medium Orchid #BC48FE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.01%

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

R = 36.58%
G = 14.01%
B = 49.42%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC48FE (or 0xBC48FE) is known color: Medium Orchid. HEX triplet: BC, 48 and FE. RGB value is (188,72,254). Sum of RGB (Red+Green+Blue) = 188+72+254=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48FE is #43B701. Grayscale: #7E7E7E. Windows color (decimal): -4437762 or 16664764. OLE color: 16664764.

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

Color convert

RGB 188 72 254 -
CMYK 0.26 0.72 0 0.00
HSL 278.24º 0.99% 0.64% -
HSV(B) 278.24º 0.72% 1% -
XYZ 40.95 22.48 95.95 -
YUV 127.43 199.43 171.2 -
System Red Green Blue C M Y K H S L
Decimal 188 72 254 0.26 0.72 0 0.00 278.24 0.99 0.64
Hex BC 48 FE 1A 48 0 0 116 63 40
Octal 274 110 376 32 110 0 0 426 143 100
Binary 10111100 1001000 11111110 11010 1001000 0 0 100010110 1100011 1000000

Color Harmonies of #BC48FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48FE

Black with #BC48FE

Text Example


Text Example

White with #BC48FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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