Html Css Color HEX #B444C5 Medium Orchid

📋 copy color: '#B444C5'

red 180 ◦ green 68 ◦ blue 197

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

Shades of Medium Orchid #B444C5

Tints of Medium Orchid #B444C5

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.28%

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

R = 40.45%
G = 15.28%
B = 44.27%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B444C5 (or 0xB444C5) is known color: Medium Orchid. HEX triplet: B4, 44 and C5. RGB value is (180,68,197). Sum of RGB (Red+Green+Blue) = 180+68+197=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 68 (26.95% from 255 or 15.28% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 197 - color contains mainly: blue. Hex color #B444C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B444C5 is #4BBB3A. Grayscale: #737373. Windows color (decimal): -4963131 or 12928180. OLE color: 12928180.

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

Color convert

RGB 180 68 197 -
CMYK 0.09 0.65 0 0.23
HSL 292.09º 0.53% 0.52% -
HSV(B) 292.09º 0.65% 0.77% -
XYZ 30.97 17.87 54.64 -
YUV 116.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 180 68 197 0.09 0.65 0 0.23 292.09 0.53 0.52
Hex B4 44 C5 9 41 0 17 124 35 34
Octal 264 104 305 11 101 0 27 444 65 64
Binary 10110100 1000100 11000101 1001 1000001 0 10111 100100100 110101 110100

Color Harmonies of #B444C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B444C5

Black with #B444C5

Text Example


Text Example

White with #B444C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B444C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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