Html Css Color HEX #B43EE1 Medium Orchid

📋 copy color: '#B43EE1'

red 180 ◦ green 62 ◦ blue 225

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

Shades of Medium Orchid #B43EE1

Tints of Medium Orchid #B43EE1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.28%

 BLUE value IS 225 (88.28% from 255) = 48.18%

R = 38.54%
G = 13.28%
B = 48.18%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B43EE1 (or 0xB43EE1) is known color: Medium Orchid. HEX triplet: B4, 3E and E1. RGB value is (180,62,225). Sum of RGB (Red+Green+Blue) = 180+62+225=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 225 (88.28% from 255 or 48.18% from 467); Max value from RGB is 225 - color contains mainly: blue. Hex color #B43EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EE1 is #4BC11E. Grayscale: #737373. Windows color (decimal): -4964639 or 14761652. OLE color: 14761652.

HSL color Cylindrical-coordinate representation of color #B43EE1: hue angle of 283.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EE1 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 62 225 -
CMYK 0.2 0.72 0 0.12
HSL 283.44º 0.73% 0.56% -
HSV(B) 283.44º 0.72% 0.88% -
XYZ 34.14 18.58 73.02 -
YUV 115.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 180 62 225 0.2 0.72 0 0.12 283.44 0.73 0.56
Hex B4 3E E1 14 48 0 C 11B 49 38
Octal 264 76 341 24 110 0 14 433 111 70
Binary 10110100 111110 11100001 10100 1001000 0 1100 100011011 1001001 111000

Color Harmonies of #B43EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EE1

Black with #B43EE1

Text Example


Text Example

White with #B43EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EE1; }

 p { color: rgb(180,62,225); }

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

background-color css

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

 a { background-color: rgb(180,62,225); }

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

border-color css

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

 span { border-color: rgb(180,62,225); }

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