Html Css Color HEX #B43FEF Medium Orchid

📋 copy color: '#B43FEF'

red 180 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #B43FEF

Tints of Medium Orchid #B43FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 37.34%
G = 13.07%
B = 49.59%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B43FEF (or 0xB43FEF) is known color: Medium Orchid. HEX triplet: B4, 3F and EF. RGB value is (180,63,239). Sum of RGB (Red+Green+Blue) = 180+63+239=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #B43FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43FEF is #4BC010. Grayscale: #757575. Windows color (decimal): -4964369 or 15679412. OLE color: 15679412.

HSL color Cylindrical-coordinate representation of color #B43FEF: hue angle of 279.89º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43FEF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 63 239 -
CMYK 0.25 0.74 0 0.06
HSL 279.89º 0.85% 0.59% -
HSV(B) 279.89º 0.74% 0.94% -
XYZ 36.18 19.49 83.52 -
YUV 118.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 180 63 239 0.25 0.74 0 0.06 279.89 0.85 0.59
Hex B4 3F EF 19 4A 0 6 118 55 3B
Octal 264 77 357 31 112 0 6 430 125 73
Binary 10110100 111111 11101111 11001 1001010 0 110 100011000 1010101 111011

Color Harmonies of #B43FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43FEF

Black with #B43FEF

Text Example


Text Example

White with #B43FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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