Html Css Color HEX #B544F6 Medium Orchid

📋 copy color: '#B544F6'

red 181 ◦ green 68 ◦ blue 246

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

Shades of Medium Orchid #B544F6

Tints of Medium Orchid #B544F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 36.57%
G = 13.74%
B = 49.7%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B544F6 (or 0xB544F6) is known color: Medium Orchid. HEX triplet: B5, 44 and F6. RGB value is (181,68,246). Sum of RGB (Red+Green+Blue) = 181+68+246=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #B544F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544F6 is #4ABB09. Grayscale: #797979. Windows color (decimal): -4897546 or 16139445. OLE color: 16139445.

HSL color Cylindrical-coordinate representation of color #B544F6: hue angle of 278.09º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B544F6 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 68 246 -
CMYK 0.26 0.72 0 0.04
HSL 278.09º 0.91% 0.62% -
HSV(B) 278.09º 0.72% 0.96% -
XYZ 37.76 20.61 89.18 -
YUV 122.08 197.94 170.03 -
System Red Green Blue C M Y K H S L
Decimal 181 68 246 0.26 0.72 0 0.04 278.09 0.91 0.62
Hex B5 44 F6 1A 48 0 4 116 5B 3E
Octal 265 104 366 32 110 0 4 426 133 76
Binary 10110101 1000100 11110110 11010 1001000 0 100 100010110 1011011 111110

Color Harmonies of #B544F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544F6

Black with #B544F6

Text Example


Text Example

White with #B544F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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