Html Css Color HEX #BC41FA Medium Orchid

📋 copy color: '#BC41FA'

red 188 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #BC41FA

Tints of Medium Orchid #BC41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.92%

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

R = 37.38%
G = 12.92%
B = 49.7%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC41FA (or 0xBC41FA) is known color: Medium Orchid. HEX triplet: BC, 41 and FA. RGB value is (188,65,250). Sum of RGB (Red+Green+Blue) = 188+65+250=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41FA is #43BE05. Grayscale: #7A7A7A. Windows color (decimal): -4439558 or 16400828. OLE color: 16400828.

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

Color convert

RGB 188 65 250 -
CMYK 0.25 0.74 0 0.02
HSL 279.89º 0.95% 0.62% -
HSV(B) 279.89º 0.74% 0.98% -
XYZ 39.88 21.37 92.47 -
YUV 122.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 188 65 250 0.25 0.74 0 0.02 279.89 0.95 0.62
Hex BC 41 FA 19 4A 0 2 118 5F 3E
Octal 274 101 372 31 112 0 2 430 137 76
Binary 10111100 1000001 11111010 11001 1001010 0 10 100011000 1011111 111110

Color Harmonies of #BC41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41FA

Black with #BC41FA

Text Example


Text Example

White with #BC41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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