Html Css Color HEX #B043FB Medium Orchid

📋 copy color: '#B043FB'

red 176 ◦ green 67 ◦ blue 251

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

Shades of Medium Orchid #B043FB

Tints of Medium Orchid #B043FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 35.63%
G = 13.56%
B = 50.81%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B043FB (or 0xB043FB) is known color: Medium Orchid. HEX triplet: B0, 43 and FB. RGB value is (176,67,251). Sum of RGB (Red+Green+Blue) = 176+67+251=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #B043FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043FB is #4FBC04. Grayscale: #777777. Windows color (decimal): -5225477 or 16466864. OLE color: 16466864.

HSL color Cylindrical-coordinate representation of color #B043FB: hue angle of 275.54º degrees, saturation: 0.96, 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 #B043FB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 67 251 -
CMYK 0.30 0.73 0 0.02
HSL 275.54º 0.96% 0.62% -
HSV(B) 275.54º 0.73% 0.98% -
XYZ 37.32 20.21 93.2 -
YUV 120.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 176 67 251 0.30 0.73 0 0.02 275.54 0.96 0.62
Hex B0 43 FB 1E 49 0 2 114 60 3E
Octal 260 103 373 36 111 0 2 424 140 76
Binary 10110000 1000011 11111011 11110 1001001 0 10 100010100 1100000 111110

Color Harmonies of #B043FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043FB

Black with #B043FB

Text Example


Text Example

White with #B043FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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