Html Css Color HEX #BC44FD Medium Orchid

📋 copy color: '#BC44FD'

red 188 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #BC44FD

Tints of Medium Orchid #BC44FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.36%

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

R = 36.94%
G = 13.36%
B = 49.71%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC44FD (or 0xBC44FD) is known color: Medium Orchid. HEX triplet: BC, 44 and FD. RGB value is (188,68,253). Sum of RGB (Red+Green+Blue) = 188+68+253=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC44FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44FD is #43BB02. Grayscale: #7C7C7C. Windows color (decimal): -4438787 or 16598204. OLE color: 16598204.

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

Color convert

RGB 188 68 253 -
CMYK 0.26 0.73 0 0.01
HSL 278.92º 0.98% 0.63% -
HSV(B) 278.92º 0.73% 0.99% -
XYZ 40.54 21.92 95.02 -
YUV 124.97 200.26 172.96 -
System Red Green Blue C M Y K H S L
Decimal 188 68 253 0.26 0.73 0 0.01 278.92 0.98 0.63
Hex BC 44 FD 1A 49 0 1 117 62 3F
Octal 274 104 375 32 111 0 1 427 142 77
Binary 10111100 1000100 11111101 11010 1001001 0 1 100010111 1100010 111111

Color Harmonies of #BC44FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44FD

Black with #BC44FD

Text Example


Text Example

White with #BC44FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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