Html Css Color HEX #B043FC Medium Orchid

📋 copy color: '#B043FC'

red 176 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #B043FC

Tints of Medium Orchid #B043FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 35.56%
G = 13.54%
B = 50.91%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B043FC (or 0xB043FC) is known color: Medium Orchid. HEX triplet: B0, 43 and FC. RGB value is (176,67,252). Sum of RGB (Red+Green+Blue) = 176+67+252=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #B043FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B043FC is #4FBC03. Grayscale: #787878. Windows color (decimal): -5225476 or 16532400. OLE color: 16532400.

HSL color Cylindrical-coordinate representation of color #B043FC: hue angle of 275.35º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B043FC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 67 252 -
CMYK 0.30 0.73 0 0.01
HSL 275.35º 0.97% 0.63% -
HSV(B) 275.35º 0.73% 0.99% -
XYZ 37.48 20.27 94.03 -
YUV 120.68 202.11 167.46 -
System Red Green Blue C M Y K H S L
Decimal 176 67 252 0.30 0.73 0 0.01 275.35 0.97 0.63
Hex B0 43 FC 1E 49 0 1 113 61 3F
Octal 260 103 374 36 111 0 1 423 141 77
Binary 10110000 1000011 11111100 11110 1001001 0 1 100010011 1100001 111111

Color Harmonies of #B043FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B043FC

Black with #B043FC

Text Example


Text Example

White with #B043FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B043FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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