Html Css Color HEX #BC53F1 Medium Orchid

📋 copy color: '#BC53F1'

red 188 ◦ green 83 ◦ blue 241

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

Shades of Medium Orchid #BC53F1

Tints of Medium Orchid #BC53F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 36.72%
G = 16.21%
B = 47.07%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC53F1 (or 0xBC53F1) is known color: Medium Orchid. HEX triplet: BC, 53 and F1. RGB value is (188,83,241). Sum of RGB (Red+Green+Blue) = 188+83+241=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC53F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53F1 is #43AC0E. Grayscale: #838383. Windows color (decimal): -4434959 or 15815612. OLE color: 15815612.

HSL color Cylindrical-coordinate representation of color #BC53F1: hue angle of 279.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC53F1 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 83 241 -
CMYK 0.22 0.66 0 0.05
HSL 279.87º 0.85% 0.64% -
HSV(B) 279.87º 0.66% 0.95% -
XYZ 39.71 23.23 85.61 -
YUV 132.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 188 83 241 0.22 0.66 0 0.05 279.87 0.85 0.64
Hex BC 53 F1 16 42 0 5 118 55 40
Octal 274 123 361 26 102 0 5 430 125 100
Binary 10111100 1010011 11110001 10110 1000010 0 101 100011000 1010101 1000000

Color Harmonies of #BC53F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53F1

Black with #BC53F1

Text Example


Text Example

White with #BC53F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53F1; }

 p { color: rgb(188,83,241); }

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

background-color css

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

 a { background-color: rgb(188,83,241); }

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

border-color css

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

 span { border-color: rgb(188,83,241); }

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