Html Css Color HEX #B43DDF Medium Orchid

📋 copy color: '#B43DDF'

red 180 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #B43DDF

Tints of Medium Orchid #B43DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.15%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 38.79%
G = 13.15%
B = 48.06%

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

#B43DDF (or 0xB43DDF) is known color: Medium Orchid. HEX triplet: B4, 3D and DF. RGB value is (180,61,223). Sum of RGB (Red+Green+Blue) = 180+61+223=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B43DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43DDF is #4BC220. Grayscale: #727272. Windows color (decimal): -4964897 or 14630324. OLE color: 14630324.

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

Color convert

RGB 180 61 223 -
CMYK 0.19 0.73 0 0.13
HSL 284.07º 0.72% 0.56% -
HSV(B) 284.07º 0.73% 0.87% -
XYZ 33.81 18.37 71.58 -
YUV 115.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 180 61 223 0.19 0.73 0 0.13 284.07 0.72 0.56
Hex B4 3D DF 13 49 0 D 11C 48 38
Octal 264 75 337 23 111 0 15 434 110 70
Binary 10110100 111101 11011111 10011 1001001 0 1101 100011100 1001000 111000

Color Harmonies of #B43DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43DDF

Black with #B43DDF

Text Example


Text Example

White with #B43DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43DDF; }

 p { color: rgb(180,61,223); }

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

background-color css

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

 a { background-color: rgb(180,61,223); }

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

border-color css

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

 span { border-color: rgb(180,61,223); }

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