Html Css Color HEX #B043EA Medium Orchid

📋 copy color: '#B043EA'

red 176 ◦ green 67 ◦ blue 234

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

Shades of Medium Orchid #B043EA

Tints of Medium Orchid #B043EA

RGB

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

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

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

R = 36.9%
G = 14.05%
B = 49.06%

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

#B043EA (or 0xB043EA) is known color: Medium Orchid. HEX triplet: B0, 43 and EA. RGB value is (176,67,234). Sum of RGB (Red+Green+Blue) = 176+67+234=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #B043EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043EA is #4FBC15. Grayscale: #767676. Windows color (decimal): -5225494 or 15352752. OLE color: 15352752.

HSL color Cylindrical-coordinate representation of color #B043EA: hue angle of 279.16º degrees, saturation: 0.8, 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 #B043EA is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 67 234 -
CMYK 0.25 0.71 0 0.08
HSL 279.16º 0.8% 0.59% -
HSV(B) 279.16º 0.71% 0.92% -
XYZ 34.76 19.18 79.71 -
YUV 118.63 193.11 168.92 -
System Red Green Blue C M Y K H S L
Decimal 176 67 234 0.25 0.71 0 0.08 279.16 0.8 0.59
Hex B0 43 EA 19 47 0 8 117 50 3B
Octal 260 103 352 31 107 0 10 427 120 73
Binary 10110000 1000011 11101010 11001 1000111 0 1000 100010111 1010000 111011

Color Harmonies of #B043EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043EA

Black with #B043EA

Text Example


Text Example

White with #B043EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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