Html Css Color HEX #B43AD0 Medium Orchid

📋 copy color: '#B43AD0'

red 180 ◦ green 58 ◦ blue 208

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

Shades of Medium Orchid #B43AD0

Tints of Medium Orchid #B43AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 40.36%
G = 13%
B = 46.64%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B43AD0 (or 0xB43AD0) is known color: Medium Orchid. HEX triplet: B4, 3A and D0. RGB value is (180,58,208). Sum of RGB (Red+Green+Blue) = 180+58+208=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #B43AD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43AD0 is #4BC52F. Grayscale: #6F6F6F. Windows color (decimal): -4965680 or 13646516. OLE color: 13646516.

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

Color convert

RGB 180 58 208 -
CMYK 0.13 0.72 0 0.18
HSL 288.8º 0.61% 0.52% -
HSV(B) 288.8º 0.72% 0.82% -
XYZ 31.72 17.28 61.34 -
YUV 111.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 180 58 208 0.13 0.72 0 0.18 288.8 0.61 0.52
Hex B4 3A D0 D 48 0 12 121 3D 34
Octal 264 72 320 15 110 0 22 441 75 64
Binary 10110100 111010 11010000 1101 1001000 0 10010 100100001 111101 110100

Color Harmonies of #B43AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43AD0

Black with #B43AD0

Text Example


Text Example

White with #B43AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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