Html Css Color HEX #B043EF Medium Orchid

📋 copy color: '#B043EF'

red 176 ◦ green 67 ◦ blue 239

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

Shades of Medium Orchid #B043EF

Tints of Medium Orchid #B043EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 36.51%
G = 13.9%
B = 49.59%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B043EF (or 0xB043EF) is known color: Medium Orchid. HEX triplet: B0, 43 and EF. RGB value is (176,67,239). Sum of RGB (Red+Green+Blue) = 176+67+239=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #B043EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043EF is #4FBC10. Grayscale: #767676. Windows color (decimal): -5225489 or 15680432. OLE color: 15680432.

HSL color Cylindrical-coordinate representation of color #B043EF: hue angle of 278.02º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B043EF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 67 239 -
CMYK 0.26 0.72 0 0.06
HSL 278.02º 0.84% 0.6% -
HSV(B) 278.02º 0.72% 0.94% -
XYZ 35.49 19.48 83.55 -
YUV 119.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 176 67 239 0.26 0.72 0 0.06 278.02 0.84 0.6
Hex B0 43 EF 1A 48 0 6 116 54 3C
Octal 260 103 357 32 110 0 6 426 124 74
Binary 10110000 1000011 11101111 11010 1001000 0 110 100010110 1010100 111100

Color Harmonies of #B043EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043EF

Black with #B043EF

Text Example


Text Example

White with #B043EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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