Html Css Color HEX #B43ACB Medium Orchid

📋 copy color: '#B43ACB'

red 180 ◦ green 58 ◦ blue 203

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

Shades of Medium Orchid #B43ACB

Tints of Medium Orchid #B43ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 40.82%
G = 13.15%
B = 46.03%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B43ACB (or 0xB43ACB) is known color: Medium Orchid. HEX triplet: B4, 3A and CB. RGB value is (180,58,203). Sum of RGB (Red+Green+Blue) = 180+58+203=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B43ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ACB is #4BC534. Grayscale: #6E6E6E. Windows color (decimal): -4965685 or 13318836. OLE color: 13318836.

HSL color Cylindrical-coordinate representation of color #B43ACB: hue angle of 290.48º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43ACB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 58 203 -
CMYK 0.11 0.71 0 0.20
HSL 290.48º 0.58% 0.51% -
HSV(B) 290.48º 0.71% 0.8% -
XYZ 31.11 17.04 58.15 -
YUV 111.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 180 58 203 0.11 0.71 0 0.20 290.48 0.58 0.51
Hex B4 3A CB B 47 0 14 122 3A 33
Octal 264 72 313 13 107 0 24 442 72 63
Binary 10110100 111010 11001011 1011 1000111 0 10100 100100010 111010 110011

Color Harmonies of #B43ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43ACB

Black with #B43ACB

Text Example


Text Example

White with #B43ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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