Html Css Color HEX #B43CDF Medium Orchid

📋 copy color: '#B43CDF'

red 180 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #B43CDF

Tints of Medium Orchid #B43CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.96%

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

R = 38.88%
G = 12.96%
B = 48.16%

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

#B43CDF (or 0xB43CDF) is known color: Medium Orchid. HEX triplet: B4, 3C and DF. RGB value is (180,60,223). Sum of RGB (Red+Green+Blue) = 180+60+223=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #B43CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CDF is #4BC320. Grayscale: #717171. Windows color (decimal): -4965153 or 14630068. OLE color: 14630068.

HSL color Cylindrical-coordinate representation of color #B43CDF: hue angle of 284.17º degrees, saturation: 0.72, 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 #B43CDF is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 60 223 -
CMYK 0.19 0.73 0 0.13
HSL 284.17º 0.72% 0.55% -
HSV(B) 284.17º 0.73% 0.87% -
XYZ 33.76 18.26 71.56 -
YUV 114.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 180 60 223 0.19 0.73 0 0.13 284.17 0.72 0.55
Hex B4 3C DF 13 49 0 D 11C 48 37
Octal 264 74 337 23 111 0 15 434 110 67
Binary 10110100 111100 11011111 10011 1001001 0 1101 100011100 1001000 110111

Color Harmonies of #B43CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43CDF

Black with #B43CDF

Text Example


Text Example

White with #B43CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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