Html Css Color HEX #BC53F3 Medium Orchid

📋 copy color: '#BC53F3'

red 188 ◦ green 83 ◦ blue 243

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

Shades of Medium Orchid #BC53F3

Tints of Medium Orchid #BC53F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.28%

R = 36.58%
G = 16.15%
B = 47.28%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC53F3 (or 0xBC53F3) is known color: Medium Orchid. HEX triplet: BC, 53 and F3. RGB value is (188,83,243). Sum of RGB (Red+Green+Blue) = 188+83+243=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 83 (32.81% from 255 or 16.15% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53F3 is #43AC0C. Grayscale: #848484. Windows color (decimal): -4434957 or 15946684. OLE color: 15946684.

HSL color Cylindrical-coordinate representation of color #BC53F3: hue angle of 279.38º degrees, saturation: 0.87, 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 #BC53F3 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 83 243 -
CMYK 0.23 0.66 0 0.05
HSL 279.38º 0.87% 0.64% -
HSV(B) 279.38º 0.66% 0.95% -
XYZ 40.01 23.35 87.19 -
YUV 132.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 188 83 243 0.23 0.66 0 0.05 279.38 0.87 0.64
Hex BC 53 F3 17 42 0 5 117 57 40
Octal 274 123 363 27 102 0 5 427 127 100
Binary 10111100 1010011 11110011 10111 1000010 0 101 100010111 1010111 1000000

Color Harmonies of #BC53F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53F3

Black with #BC53F3

Text Example


Text Example

White with #BC53F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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