Html Css Color HEX #B041EC Medium Orchid

📋 copy color: '#B041EC'

red 176 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #B041EC

Tints of Medium Orchid #B041EC

RGB

 RED value IS 176 (69.14% from 255) = 36.9%

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 36.9%
G = 13.63%
B = 49.48%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B041EC (or 0xB041EC) is known color: Medium Orchid. HEX triplet: B0, 41 and EC. RGB value is (176,65,236). Sum of RGB (Red+Green+Blue) = 176+65+236=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #B041EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041EC is #4FBE13. Grayscale: #757575. Windows color (decimal): -5226004 or 15483312. OLE color: 15483312.

HSL color Cylindrical-coordinate representation of color #B041EC: hue angle of 278.95º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B041EC is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 65 236 -
CMYK 0.25 0.72 0 0.07
HSL 278.95º 0.82% 0.59% -
HSV(B) 278.95º 0.72% 0.93% -
XYZ 34.94 19.07 81.2 -
YUV 117.68 194.77 169.6 -
System Red Green Blue C M Y K H S L
Decimal 176 65 236 0.25 0.72 0 0.07 278.95 0.82 0.59
Hex B0 41 EC 19 48 0 7 117 52 3B
Octal 260 101 354 31 110 0 7 427 122 73
Binary 10110000 1000001 11101100 11001 1001000 0 111 100010111 1010010 111011

Color Harmonies of #B041EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041EC

Black with #B041EC

Text Example


Text Example

White with #B041EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041EC; }

 p { color: rgb(176,65,236); }

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

background-color css

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

 a { background-color: rgb(176,65,236); }

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

border-color css

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

 span { border-color: rgb(176,65,236); }

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