Html Css Color HEX #B443C5 Medium Orchid

📋 copy color: '#B443C5'

red 180 ◦ green 67 ◦ blue 197

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

Shades of Medium Orchid #B443C5

Tints of Medium Orchid #B443C5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.09%

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 40.54%
G = 15.09%
B = 44.37%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B443C5 (or 0xB443C5) is known color: Medium Orchid. HEX triplet: B4, 43 and C5. RGB value is (180,67,197). Sum of RGB (Red+Green+Blue) = 180+67+197=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #B443C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443C5 is #4BBC3A. Grayscale: #737373. Windows color (decimal): -4963387 or 12927924. OLE color: 12927924.

HSL color Cylindrical-coordinate representation of color #B443C5: hue angle of 292.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B443C5 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 67 197 -
CMYK 0.09 0.66 0 0.23
HSL 292.15º 0.53% 0.52% -
HSV(B) 292.15º 0.66% 0.77% -
XYZ 30.91 17.75 54.62 -
YUV 115.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 180 67 197 0.09 0.66 0 0.23 292.15 0.53 0.52
Hex B4 43 C5 9 42 0 17 124 35 34
Octal 264 103 305 11 102 0 27 444 65 64
Binary 10110100 1000011 11000101 1001 1000010 0 10111 100100100 110101 110100

Color Harmonies of #B443C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443C5

Black with #B443C5

Text Example


Text Example

White with #B443C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443C5; }

 p { color: rgb(180,67,197); }

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

background-color css

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

 a { background-color: rgb(180,67,197); }

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

border-color css

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

 span { border-color: rgb(180,67,197); }

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