Html Css Color HEX #B43EE2 Medium Orchid

📋 copy color: '#B43EE2'

red 180 ◦ green 62 ◦ blue 226

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

Shades of Medium Orchid #B43EE2

Tints of Medium Orchid #B43EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 48.29%

R = 38.46%
G = 13.25%
B = 48.29%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B43EE2 (or 0xB43EE2) is known color: Medium Orchid. HEX triplet: B4, 3E and E2. RGB value is (180,62,226). Sum of RGB (Red+Green+Blue) = 180+62+226=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 226 (88.67% from 255 or 48.29% from 468); Max value from RGB is 226 - color contains mainly: blue. Hex color #B43EE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EE2 is #4BC11D. Grayscale: #737373. Windows color (decimal): -4964638 or 14827188. OLE color: 14827188.

HSL color Cylindrical-coordinate representation of color #B43EE2: hue angle of 283.17º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43EE2 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 62 226 -
CMYK 0.20 0.73 0 0.11
HSL 283.17º 0.74% 0.56% -
HSV(B) 283.17º 0.73% 0.89% -
XYZ 34.27 18.64 73.74 -
YUV 115.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 180 62 226 0.20 0.73 0 0.11 283.17 0.74 0.56
Hex B4 3E E2 14 49 0 B 11B 4A 38
Octal 264 76 342 24 111 0 13 433 112 70
Binary 10110100 111110 11100010 10100 1001001 0 1011 100011011 1001010 111000

Color Harmonies of #B43EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EE2

Black with #B43EE2

Text Example


Text Example

White with #B43EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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