Html Css Color HEX #BC53FA Medium Orchid

📋 copy color: '#BC53FA'

red 188 ◦ green 83 ◦ blue 250

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

Shades of Medium Orchid #BC53FA

Tints of Medium Orchid #BC53FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 36.08%
G = 15.93%
B = 47.98%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC53FA (or 0xBC53FA) is known color: Medium Orchid. HEX triplet: BC, 53 and FA. RGB value is (188,83,250). Sum of RGB (Red+Green+Blue) = 188+83+250=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC53FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC53FA is #43AC05. Grayscale: #848484. Windows color (decimal): -4434950 or 16405436. OLE color: 16405436.

HSL color Cylindrical-coordinate representation of color #BC53FA: hue angle of 277.72º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC53FA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 83 250 -
CMYK 0.25 0.67 0 0.02
HSL 277.72º 0.94% 0.65% -
HSV(B) 277.72º 0.67% 0.98% -
XYZ 41.09 23.78 92.87 -
YUV 133.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 188 83 250 0.25 0.67 0 0.02 277.72 0.94 0.65
Hex BC 53 FA 19 43 0 2 116 5E 41
Octal 274 123 372 31 103 0 2 426 136 101
Binary 10111100 1010011 11111010 11001 1000011 0 10 100010110 1011110 1000001

Color Harmonies of #BC53FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53FA

Black with #BC53FA

Text Example


Text Example

White with #BC53FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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