Html Css Color HEX #BC52FA Medium Orchid

📋 copy color: '#BC52FA'

red 188 ◦ green 82 ◦ blue 250

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

Shades of Medium Orchid #BC52FA

Tints of Medium Orchid #BC52FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.77%

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

R = 36.15%
G = 15.77%
B = 48.08%

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

#BC52FA (or 0xBC52FA) is known color: Medium Orchid. HEX triplet: BC, 52 and FA. RGB value is (188,82,250). Sum of RGB (Red+Green+Blue) = 188+82+250=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC52FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC52FA is #43AD05. Grayscale: #848484. Windows color (decimal): -4435206 or 16405180. OLE color: 16405180.

HSL color Cylindrical-coordinate representation of color #BC52FA: hue angle of 277.86º 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 #BC52FA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 82 250 -
CMYK 0.25 0.67 0 0.02
HSL 277.86º 0.94% 0.65% -
HSV(B) 277.86º 0.67% 0.98% -
XYZ 41.01 23.63 92.84 -
YUV 132.85 194.12 167.34 -
System Red Green Blue C M Y K H S L
Decimal 188 82 250 0.25 0.67 0 0.02 277.86 0.94 0.65
Hex BC 52 FA 19 43 0 2 116 5E 41
Octal 274 122 372 31 103 0 2 426 136 101
Binary 10111100 1010010 11111010 11001 1000011 0 10 100010110 1011110 1000001

Color Harmonies of #BC52FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC52FA

Black with #BC52FA

Text Example


Text Example

White with #BC52FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC52FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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