Html Css Color HEX #B040EB Medium Orchid

📋 copy color: '#B040EB'

red 176 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #B040EB

Tints of Medium Orchid #B040EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 37.05%
G = 13.47%
B = 49.47%

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

#B040EB (or 0xB040EB) is known color: Medium Orchid. HEX triplet: B0, 40 and EB. RGB value is (176,64,235). Sum of RGB (Red+Green+Blue) = 176+64+235=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 64 (25.39% from 255 or 13.47% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #B040EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B040EB is #4FBF14. Grayscale: #747474. Windows color (decimal): -5226261 or 15417520. OLE color: 15417520.

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

Color convert

RGB 176 64 235 -
CMYK 0.25 0.73 0 0.08
HSL 279.3º 0.81% 0.59% -
HSV(B) 279.3º 0.73% 0.92% -
XYZ 34.73 18.9 80.41 -
YUV 116.98 194.61 170.1 -
System Red Green Blue C M Y K H S L
Decimal 176 64 235 0.25 0.73 0 0.08 279.3 0.81 0.59
Hex B0 40 EB 19 49 0 8 117 51 3B
Octal 260 100 353 31 111 0 10 427 121 73
Binary 10110000 1000000 11101011 11001 1001001 0 1000 100010111 1010001 111011

Color Harmonies of #B040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B040EB

Black with #B040EB

Text Example


Text Example

White with #B040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B040EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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