Html Css Color HEX #B040F1 Medium Orchid

📋 copy color: '#B040F1'

red 176 ◦ green 64 ◦ blue 241

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

Shades of Medium Orchid #B040F1

Tints of Medium Orchid #B040F1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 36.59%
G = 13.31%
B = 50.1%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B040F1 (or 0xB040F1) is known color: Medium Orchid. HEX triplet: B0, 40 and F1. RGB value is (176,64,241). Sum of RGB (Red+Green+Blue) = 176+64+241=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #B040F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040F1 is #4FBF0E. Grayscale: #757575. Windows color (decimal): -5226255 or 15810736. OLE color: 15810736.

HSL color Cylindrical-coordinate representation of color #B040F1: hue angle of 277.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B040F1 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 64 241 -
CMYK 0.27 0.73 0 0.05
HSL 277.97º 0.86% 0.6% -
HSV(B) 277.97º 0.73% 0.95% -
XYZ 35.62 19.25 85.06 -
YUV 117.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 176 64 241 0.27 0.73 0 0.05 277.97 0.86 0.6
Hex B0 40 F1 1B 49 0 5 116 56 3C
Octal 260 100 361 33 111 0 5 426 126 74
Binary 10110000 1000000 11110001 11011 1001001 0 101 100010110 1010110 111100

Color Harmonies of #B040F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040F1

Black with #B040F1

Text Example


Text Example

White with #B040F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040F1; }

 p { color: rgb(176,64,241); }

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

background-color css

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

 a { background-color: rgb(176,64,241); }

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

border-color css

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

 span { border-color: rgb(176,64,241); }

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