Html Css Color HEX #BC41FE Medium Orchid

📋 copy color: '#BC41FE'

red 188 ◦ green 65 ◦ blue 254

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

Shades of Medium Orchid #BC41FE

Tints of Medium Orchid #BC41FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 37.08%
G = 12.82%
B = 50.1%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC41FE (or 0xBC41FE) is known color: Medium Orchid. HEX triplet: BC, 41 and FE. RGB value is (188,65,254). Sum of RGB (Red+Green+Blue) = 188+65+254=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC41FE is #43BE01. Grayscale: #7A7A7A. Windows color (decimal): -4439554 or 16662972. OLE color: 16662972.

HSL color Cylindrical-coordinate representation of color #BC41FE: hue angle of 279.05º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC41FE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 65 254 -
CMYK 0.26 0.74 0 0.00
HSL 279.05º 0.99% 0.63% -
HSV(B) 279.05º 0.74% 1% -
XYZ 40.52 21.63 95.8 -
YUV 123.32 201.75 174.13 -
System Red Green Blue C M Y K H S L
Decimal 188 65 254 0.26 0.74 0 0.00 279.05 0.99 0.63
Hex BC 41 FE 1A 4A 0 0 117 63 3F
Octal 274 101 376 32 112 0 0 427 143 77
Binary 10111100 1000001 11111110 11010 1001010 0 0 100010111 1100011 111111

Color Harmonies of #BC41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41FE

Black with #BC41FE

Text Example


Text Example

White with #BC41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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