Html Css Color HEX #B43AC8 Medium Orchid

📋 copy color: '#B43AC8'

red 180 ◦ green 58 ◦ blue 200

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

Shades of Medium Orchid #B43AC8

Tints of Medium Orchid #B43AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 41.1%
G = 13.24%
B = 45.66%

CMYK

 C value IS 0.1

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B43AC8 (or 0xB43AC8) is known color: Medium Orchid. HEX triplet: B4, 3A and C8. RGB value is (180,58,200). Sum of RGB (Red+Green+Blue) = 180+58+200=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #B43AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AC8 is #4BC537. Grayscale: #6E6E6E. Windows color (decimal): -4965688 or 13122228. OLE color: 13122228.

HSL color Cylindrical-coordinate representation of color #B43AC8: hue angle of 291.55º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43AC8 is Cyan = 0.1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 58 200 -
CMYK 0.1 0.71 0 0.22
HSL 291.55º 0.56% 0.51% -
HSV(B) 291.55º 0.71% 0.78% -
XYZ 30.76 16.9 56.28 -
YUV 110.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 180 58 200 0.1 0.71 0 0.22 291.55 0.56 0.51
Hex B4 3A C8 A 47 0 16 124 38 33
Octal 264 72 310 12 107 0 26 444 70 63
Binary 10110100 111010 11001000 1010 1000111 0 10110 100100100 111000 110011

Color Harmonies of #B43AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AC8

Black with #B43AC8

Text Example


Text Example

White with #B43AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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