Html Css Color HEX #B043F9 Medium Orchid

📋 copy color: '#B043F9'

red 176 ◦ green 67 ◦ blue 249

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

Shades of Medium Orchid #B043F9

Tints of Medium Orchid #B043F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 35.77%
G = 13.62%
B = 50.61%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B043F9 (or 0xB043F9) is known color: Medium Orchid. HEX triplet: B0, 43 and F9. RGB value is (176,67,249). Sum of RGB (Red+Green+Blue) = 176+67+249=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #B043F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043F9 is #4FBC06. Grayscale: #777777. Windows color (decimal): -5225479 or 16335792. OLE color: 16335792.

HSL color Cylindrical-coordinate representation of color #B043F9: hue angle of 275.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B043F9 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 67 249 -
CMYK 0.29 0.73 0 0.02
HSL 275.93º 0.94% 0.62% -
HSV(B) 275.93º 0.73% 0.98% -
XYZ 37.01 20.08 91.55 -
YUV 120.34 200.61 167.7 -
System Red Green Blue C M Y K H S L
Decimal 176 67 249 0.29 0.73 0 0.02 275.93 0.94 0.62
Hex B0 43 F9 1D 49 0 2 114 5E 3E
Octal 260 103 371 35 111 0 2 424 136 76
Binary 10110000 1000011 11111001 11101 1001001 0 10 100010100 1011110 111110

Color Harmonies of #B043F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043F9

Black with #B043F9

Text Example


Text Example

White with #B043F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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