Html Css Color HEX #B043FE Medium Orchid

📋 copy color: '#B043FE'

red 176 ◦ green 67 ◦ blue 254

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

Shades of Medium Orchid #B043FE

Tints of Medium Orchid #B043FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 35.41%
G = 13.48%
B = 51.11%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B043FE (or 0xB043FE) is known color: Medium Orchid. HEX triplet: B0, 43 and FE. RGB value is (176,67,254). Sum of RGB (Red+Green+Blue) = 176+67+254=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 67 (26.56% from 255 or 13.48% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #B043FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043FE is #4FBC01. Grayscale: #787878. Windows color (decimal): -5225474 or 16663472. OLE color: 16663472.

HSL color Cylindrical-coordinate representation of color #B043FE: hue angle of 274.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B043FE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 67 254 -
CMYK 0.31 0.74 0 0.00
HSL 274.97º 0.99% 0.63% -
HSV(B) 274.97º 0.74% 1% -
XYZ 37.8 20.4 95.71 -
YUV 120.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 176 67 254 0.31 0.74 0 0.00 274.97 0.99 0.63
Hex B0 43 FE 1F 4A 0 0 113 63 3F
Octal 260 103 376 37 112 0 0 423 143 77
Binary 10110000 1000011 11111110 11111 1001010 0 0 100010011 1100011 111111

Color Harmonies of #B043FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043FE

Black with #B043FE

Text Example


Text Example

White with #B043FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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