Html Css Color HEX #B041E7 Medium Orchid

📋 copy color: '#B041E7'

red 176 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #B041E7

Tints of Medium Orchid #B041E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.94%

R = 37.29%
G = 13.77%
B = 48.94%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B041E7 (or 0xB041E7) is known color: Medium Orchid. HEX triplet: B0, 41 and E7. RGB value is (176,65,231). Sum of RGB (Red+Green+Blue) = 176+65+231=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #B041E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B041E7 is #4FBE18. Grayscale: #747474. Windows color (decimal): -5226009 or 15155632. OLE color: 15155632.

HSL color Cylindrical-coordinate representation of color #B041E7: hue angle of 280.12º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B041E7 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 65 231 -
CMYK 0.24 0.72 0 0.09
HSL 280.12º 0.78% 0.58% -
HSV(B) 280.12º 0.72% 0.91% -
XYZ 34.22 18.78 77.42 -
YUV 117.11 192.27 170 -
System Red Green Blue C M Y K H S L
Decimal 176 65 231 0.24 0.72 0 0.09 280.12 0.78 0.58
Hex B0 41 E7 18 48 0 9 118 4E 3A
Octal 260 101 347 30 110 0 11 430 116 72
Binary 10110000 1000001 11100111 11000 1001000 0 1001 100011000 1001110 111010

Color Harmonies of #B041E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B041E7

Black with #B041E7

Text Example


Text Example

White with #B041E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B041E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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