Html Css Color HEX #B43AFE Medium Orchid

📋 copy color: '#B43AFE'

red 180 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #B43AFE

Tints of Medium Orchid #B43AFE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.79%

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

R = 36.59%
G = 11.79%
B = 51.63%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B43AFE (or 0xB43AFE) is known color: Medium Orchid. HEX triplet: B4, 3A and FE. RGB value is (180,58,254). Sum of RGB (Red+Green+Blue) = 180+58+254=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 58 (23.05% from 255 or 11.79% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #B43AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43AFE is #4BC501. Grayscale: #747474. Windows color (decimal): -4965634 or 16661172. OLE color: 16661172.

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

Color convert

RGB 180 58 254 -
CMYK 0.29 0.77 0 0.00
HSL 277.35º 0.99% 0.61% -
HSV(B) 277.35º 0.77% 1% -
XYZ 38.22 19.89 95.59 -
YUV 116.82 205.42 173.06 -
System Red Green Blue C M Y K H S L
Decimal 180 58 254 0.29 0.77 0 0.00 277.35 0.99 0.61
Hex B4 3A FE 1D 4D 0 0 115 63 3D
Octal 264 72 376 35 115 0 0 425 143 75
Binary 10110100 111010 11111110 11101 1001101 0 0 100010101 1100011 111101

Color Harmonies of #B43AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AFE

Black with #B43AFE

Text Example


Text Example

White with #B43AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AFE; }

 p { color: rgb(180,58,254); }

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

background-color css

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

 a { background-color: rgb(180,58,254); }

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

border-color css

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

 span { border-color: rgb(180,58,254); }

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