Html Css Color HEX #B040E4 Medium Orchid

📋 copy color: '#B040E4'

red 176 ◦ green 64 ◦ blue 228

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

Shades of Medium Orchid #B040E4

Tints of Medium Orchid #B040E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 48.72%

R = 37.61%
G = 13.68%
B = 48.72%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B040E4 (or 0xB040E4) is known color: Medium Orchid. HEX triplet: B0, 40 and E4. RGB value is (176,64,228). Sum of RGB (Red+Green+Blue) = 176+64+228=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #B040E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040E4 is #4FBF1B. Grayscale: #737373. Windows color (decimal): -5226268 or 14958768. OLE color: 14958768.

HSL color Cylindrical-coordinate representation of color #B040E4: hue angle of 280.98º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B040E4 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 64 228 -
CMYK 0.23 0.72 0 0.11
HSL 280.98º 0.75% 0.57% -
HSV(B) 280.98º 0.72% 0.89% -
XYZ 33.74 18.5 75.19 -
YUV 116.18 191.11 170.66 -
System Red Green Blue C M Y K H S L
Decimal 176 64 228 0.23 0.72 0 0.11 280.98 0.75 0.57
Hex B0 40 E4 17 48 0 B 119 4B 39
Octal 260 100 344 27 110 0 13 431 113 71
Binary 10110000 1000000 11100100 10111 1001000 0 1011 100011001 1001011 111001

Color Harmonies of #B040E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040E4

Black with #B040E4

Text Example


Text Example

White with #B040E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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