Html Css Color HEX #B43ACE Medium Orchid

📋 copy color: '#B43ACE'

red 180 ◦ green 58 ◦ blue 206

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

Shades of Medium Orchid #B43ACE

Tints of Medium Orchid #B43ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 40.54%
G = 13.06%
B = 46.4%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B43ACE (or 0xB43ACE) is known color: Medium Orchid. HEX triplet: B4, 3A and CE. RGB value is (180,58,206). Sum of RGB (Red+Green+Blue) = 180+58+206=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B43ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ACE is #4BC531. Grayscale: #6E6E6E. Windows color (decimal): -4965682 or 13515444. OLE color: 13515444.

HSL color Cylindrical-coordinate representation of color #B43ACE: hue angle of 289.46º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43ACE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 58 206 -
CMYK 0.13 0.72 0 0.19
HSL 289.46º 0.6% 0.52% -
HSV(B) 289.46º 0.72% 0.81% -
XYZ 31.48 17.19 60.05 -
YUV 111.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 180 58 206 0.13 0.72 0 0.19 289.46 0.6 0.52
Hex B4 3A CE D 48 0 13 121 3C 34
Octal 264 72 316 15 110 0 23 441 74 64
Binary 10110100 111010 11001110 1101 1001000 0 10011 100100001 111100 110100

Color Harmonies of #B43ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43ACE

Black with #B43ACE

Text Example


Text Example

White with #B43ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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