Html Css Color HEX #B43BDD Medium Orchid

📋 copy color: '#B43BDD'

red 180 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #B43BDD

Tints of Medium Orchid #B43BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.83%

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 39.13%
G = 12.83%
B = 48.04%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B43BDD (or 0xB43BDD) is known color: Medium Orchid. HEX triplet: B4, 3B and DD. RGB value is (180,59,221). Sum of RGB (Red+Green+Blue) = 180+59+221=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #B43BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43BDD is #4BC422. Grayscale: #717171. Windows color (decimal): -4965411 or 14498740. OLE color: 14498740.

HSL color Cylindrical-coordinate representation of color #B43BDD: hue angle of 284.81º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43BDD is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 59 221 -
CMYK 0.19 0.73 0 0.13
HSL 284.81º 0.7% 0.55% -
HSV(B) 284.81º 0.73% 0.87% -
XYZ 33.44 18.05 70.13 -
YUV 113.65 188.59 175.33 -
System Red Green Blue C M Y K H S L
Decimal 180 59 221 0.19 0.73 0 0.13 284.81 0.7 0.55
Hex B4 3B DD 13 49 0 D 11D 46 37
Octal 264 73 335 23 111 0 15 435 106 67
Binary 10110100 111011 11011101 10011 1001001 0 1101 100011101 1000110 110111

Color Harmonies of #B43BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43BDD

Black with #B43BDD

Text Example


Text Example

White with #B43BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43BDD; }

 p { color: rgb(180,59,221); }

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

background-color css

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

 a { background-color: rgb(180,59,221); }

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

border-color css

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

 span { border-color: rgb(180,59,221); }

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