Html Css Color HEX #B040EA Medium Orchid

📋 copy color: '#B040EA'

red 176 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #B040EA

Tints of Medium Orchid #B040EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.37%

R = 37.13%
G = 13.5%
B = 49.37%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B040EA (or 0xB040EA) is known color: Medium Orchid. HEX triplet: B0, 40 and EA. RGB value is (176,64,234). Sum of RGB (Red+Green+Blue) = 176+64+234=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #B040EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040EA is #4FBF15. Grayscale: #747474. Windows color (decimal): -5226262 or 15351984. OLE color: 15351984.

HSL color Cylindrical-coordinate representation of color #B040EA: hue angle of 279.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B040EA is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 64 234 -
CMYK 0.25 0.73 0 0.08
HSL 279.53º 0.8% 0.58% -
HSV(B) 279.53º 0.73% 0.92% -
XYZ 34.59 18.84 79.65 -
YUV 116.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 176 64 234 0.25 0.73 0 0.08 279.53 0.8 0.58
Hex B0 40 EA 19 49 0 8 118 50 3A
Octal 260 100 352 31 111 0 10 430 120 72
Binary 10110000 1000000 11101010 11001 1001001 0 1000 100011000 1010000 111010

Color Harmonies of #B040EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040EA

Black with #B040EA

Text Example


Text Example

White with #B040EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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