Html Css Color HEX #B43FEC Medium Orchid

📋 copy color: '#B43FEC'

red 180 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #B43FEC

Tints of Medium Orchid #B43FEC

RGB

 RED value IS 180 (70.7% from 255) = 37.58%

 GREEN value IS 63 (25% from 255) = 13.15%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 37.58%
G = 13.15%
B = 49.27%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B43FEC (or 0xB43FEC) is known color: Medium Orchid. HEX triplet: B4, 3F and EC. RGB value is (180,63,236). Sum of RGB (Red+Green+Blue) = 180+63+236=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B43FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FEC is #4BC013. Grayscale: #757575. Windows color (decimal): -4964372 or 15482804. OLE color: 15482804.

HSL color Cylindrical-coordinate representation of color #B43FEC: hue angle of 280.58º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43FEC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 63 236 -
CMYK 0.24 0.73 0 0.07
HSL 280.58º 0.82% 0.59% -
HSV(B) 280.58º 0.73% 0.93% -
XYZ 35.74 19.31 81.2 -
YUV 117.71 194.76 172.43 -
System Red Green Blue C M Y K H S L
Decimal 180 63 236 0.24 0.73 0 0.07 280.58 0.82 0.59
Hex B4 3F EC 18 49 0 7 119 52 3B
Octal 264 77 354 30 111 0 7 431 122 73
Binary 10110100 111111 11101100 11000 1001001 0 111 100011001 1010010 111011

Color Harmonies of #B43FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FEC

Black with #B43FEC

Text Example


Text Example

White with #B43FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FEC; }

 p { color: rgb(180,63,236); }

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

background-color css

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

 a { background-color: rgb(180,63,236); }

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

border-color css

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

 span { border-color: rgb(180,63,236); }

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