Html Css Color HEX #BC48FD Medium Orchid

📋 copy color: '#BC48FD'

red 188 ◦ green 72 ◦ blue 253

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

Shades of Medium Orchid #BC48FD

Tints of Medium Orchid #BC48FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.32%

R = 36.65%
G = 14.04%
B = 49.32%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC48FD (or 0xBC48FD) is known color: Medium Orchid. HEX triplet: BC, 48 and FD. RGB value is (188,72,253). Sum of RGB (Red+Green+Blue) = 188+72+253=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC48FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC48FD is #43B702. Grayscale: #7E7E7E. Windows color (decimal): -4437763 or 16599228. OLE color: 16599228.

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

Color convert

RGB 188 72 253 -
CMYK 0.26 0.72 0 0.01
HSL 278.45º 0.98% 0.64% -
HSV(B) 278.45º 0.72% 0.99% -
XYZ 40.79 22.42 95.11 -
YUV 127.32 198.93 171.28 -
System Red Green Blue C M Y K H S L
Decimal 188 72 253 0.26 0.72 0 0.01 278.45 0.98 0.64
Hex BC 48 FD 1A 48 0 1 116 62 40
Octal 274 110 375 32 110 0 1 426 142 100
Binary 10111100 1001000 11111101 11010 1001000 0 1 100010110 1100010 1000000

Color Harmonies of #BC48FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48FD

Black with #BC48FD

Text Example


Text Example

White with #BC48FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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