Html Css Color HEX #BC48FF Medium Orchid

📋 copy color: '#BC48FF'

red 188 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #BC48FF

Tints of Medium Orchid #BC48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 36.5%
G = 13.98%
B = 49.51%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC48FF (or 0xBC48FF) is known color: Medium Orchid. HEX triplet: BC, 48 and FF. RGB value is (188,72,255). Sum of RGB (Red+Green+Blue) = 188+72+255=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48FF is #43B700. Grayscale: #7E7E7E. Windows color (decimal): -4437761 or 16730300. OLE color: 16730300.

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

Color convert

RGB 188 72 255 -
CMYK 0.26 0.72 0 0
HSL 278.03º 1% 0.64% -
HSV(B) 278.03º 0.72% 1% -
XYZ 41.11 22.55 96.79 -
YUV 127.55 199.93 171.12 -
System Red Green Blue C M Y K H S L
Decimal 188 72 255 0.26 0.72 0 0 278.03 1 0.64
Hex BC 48 FF 1A 48 0 0 116 64 40
Octal 274 110 377 32 110 0 0 426 144 100
Binary 10111100 1001000 11111111 11010 1001000 0 0 100010110 1100100 1000000

Color Harmonies of #BC48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48FF

Black with #BC48FF

Text Example


Text Example

White with #BC48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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