Html Css Color HEX #B43AF8 Medium Orchid

📋 copy color: '#B43AF8'

red 180 ◦ green 58 ◦ blue 248

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

Shades of Medium Orchid #B43AF8

Tints of Medium Orchid #B43AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.03%

R = 37.04%
G = 11.93%
B = 51.03%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B43AF8 (or 0xB43AF8) is known color: Medium Orchid. HEX triplet: B4, 3A and F8. RGB value is (180,58,248). Sum of RGB (Red+Green+Blue) = 180+58+248=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 58 (23.05% from 255 or 11.93% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #B43AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43AF8 is #4BC507. Grayscale: #737373. Windows color (decimal): -4965640 or 16267956. OLE color: 16267956.

HSL color Cylindrical-coordinate representation of color #B43AF8: hue angle of 278.53º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B43AF8 is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 58 248 -
CMYK 0.27 0.77 0 0.03
HSL 278.53º 0.93% 0.6% -
HSV(B) 278.53º 0.77% 0.97% -
XYZ 37.28 19.51 90.61 -
YUV 116.14 202.42 173.55 -
System Red Green Blue C M Y K H S L
Decimal 180 58 248 0.27 0.77 0 0.03 278.53 0.93 0.6
Hex B4 3A F8 1B 4D 0 3 117 5D 3C
Octal 264 72 370 33 115 0 3 427 135 74
Binary 10110100 111010 11111000 11011 1001101 0 11 100010111 1011101 111100

Color Harmonies of #B43AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AF8

Black with #B43AF8

Text Example


Text Example

White with #B43AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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