Html Css Color HEX #BC3BFA Medium Orchid

📋 copy color: '#BC3BFA'

red 188 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #BC3BFA

Tints of Medium Orchid #BC3BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.87%

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

R = 37.83%
G = 11.87%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC3BFA (or 0xBC3BFA) is known color: Medium Orchid. HEX triplet: BC, 3B and FA. RGB value is (188,59,250). Sum of RGB (Red+Green+Blue) = 188+59+250=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 59 (23.44% from 255 or 11.87% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC3BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BFA is #43C405. Grayscale: #767676. Windows color (decimal): -4441094 or 16399292. OLE color: 16399292.

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

Color convert

RGB 188 59 250 -
CMYK 0.25 0.76 0 0.02
HSL 280.52º 0.95% 0.61% -
HSV(B) 280.52º 0.76% 0.98% -
XYZ 39.56 20.72 92.36 -
YUV 119.35 201.74 176.97 -
System Red Green Blue C M Y K H S L
Decimal 188 59 250 0.25 0.76 0 0.02 280.52 0.95 0.61
Hex BC 3B FA 19 4C 0 2 119 5F 3D
Octal 274 73 372 31 114 0 2 431 137 75
Binary 10111100 111011 11111010 11001 1001100 0 10 100011001 1011111 111101

Color Harmonies of #BC3BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BFA

Black with #BC3BFA

Text Example


Text Example

White with #BC3BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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