Html Css Color HEX #B043EB Medium Orchid

📋 copy color: '#B043EB'

red 176 ◦ green 67 ◦ blue 235

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

Shades of Medium Orchid #B043EB

Tints of Medium Orchid #B043EB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.02%

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

R = 36.82%
G = 14.02%
B = 49.16%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B043EB (or 0xB043EB) is known color: Medium Orchid. HEX triplet: B0, 43 and EB. RGB value is (176,67,235). Sum of RGB (Red+Green+Blue) = 176+67+235=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B043EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043EB is #4FBC14. Grayscale: #767676. Windows color (decimal): -5225493 or 15418288. OLE color: 15418288.

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

Color convert

RGB 176 67 235 -
CMYK 0.25 0.71 0 0.08
HSL 278.93º 0.81% 0.59% -
HSV(B) 278.93º 0.71% 0.92% -
XYZ 34.91 19.24 80.47 -
YUV 118.74 193.61 168.84 -
System Red Green Blue C M Y K H S L
Decimal 176 67 235 0.25 0.71 0 0.08 278.93 0.81 0.59
Hex B0 43 EB 19 47 0 8 117 51 3B
Octal 260 103 353 31 107 0 10 427 121 73
Binary 10110000 1000011 11101011 11001 1000111 0 1000 100010111 1010001 111011

Color Harmonies of #B043EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043EB

Black with #B043EB

Text Example


Text Example

White with #B043EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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