Html Css Color HEX #BC3AFA Medium Orchid

📋 copy color: '#BC3AFA'

red 188 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #BC3AFA

Tints of Medium Orchid #BC3AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.69%

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

R = 37.9%
G = 11.69%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC3AFA (or 0xBC3AFA) is known color: Medium Orchid. HEX triplet: BC, 3A and FA. RGB value is (188,58,250). Sum of RGB (Red+Green+Blue) = 188+58+250=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC3AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AFA is #43C505. Grayscale: #767676. Windows color (decimal): -4441350 or 16399036. OLE color: 16399036.

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

Color convert

RGB 188 58 250 -
CMYK 0.25 0.77 0 0.02
HSL 280.63º 0.95% 0.6% -
HSV(B) 280.63º 0.77% 0.98% -
XYZ 39.51 20.62 92.34 -
YUV 118.76 202.07 177.39 -
System Red Green Blue C M Y K H S L
Decimal 188 58 250 0.25 0.77 0 0.02 280.63 0.95 0.6
Hex BC 3A FA 19 4D 0 2 119 5F 3C
Octal 274 72 372 31 115 0 2 431 137 74
Binary 10111100 111010 11111010 11001 1001101 0 10 100011001 1011111 111100

Color Harmonies of #BC3AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AFA

Black with #BC3AFA

Text Example


Text Example

White with #BC3AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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