Html Css Color HEX #B544C6 Medium Orchid

📋 copy color: '#B544C6'

red 181 ◦ green 68 ◦ blue 198

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

Shades of Medium Orchid #B544C6

Tints of Medium Orchid #B544C6

RGB

 RED value IS 181 (71.09% from 255) = 40.49%

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

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 40.49%
G = 15.21%
B = 44.3%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B544C6 (or 0xB544C6) is known color: Medium Orchid. HEX triplet: B5, 44 and C6. RGB value is (181,68,198). Sum of RGB (Red+Green+Blue) = 181+68+198=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #B544C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544C6 is #4ABB39. Grayscale: #747474. Windows color (decimal): -4897594 or 12993717. OLE color: 12993717.

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

Color convert

RGB 181 68 198 -
CMYK 0.09 0.66 0 0.22
HSL 292.15º 0.53% 0.52% -
HSV(B) 292.15º 0.66% 0.78% -
XYZ 31.32 18.04 55.26 -
YUV 116.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 181 68 198 0.09 0.66 0 0.22 292.15 0.53 0.52
Hex B5 44 C6 9 42 0 16 124 35 34
Octal 265 104 306 11 102 0 26 444 65 64
Binary 10110101 1000100 11000110 1001 1000010 0 10110 100100100 110101 110100

Color Harmonies of #B544C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544C6

Black with #B544C6

Text Example


Text Example

White with #B544C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544C6; }

 p { color: rgb(181,68,198); }

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

background-color css

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

 a { background-color: rgb(181,68,198); }

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

border-color css

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

 span { border-color: rgb(181,68,198); }

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