Html Css Color HEX #B544CE Medium Orchid

📋 copy color: '#B544CE'

red 181 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #B544CE

Tints of Medium Orchid #B544CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 39.78%
G = 14.95%
B = 45.27%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B544CE (or 0xB544CE) is known color: Medium Orchid. HEX triplet: B5, 44 and CE. RGB value is (181,68,206). Sum of RGB (Red+Green+Blue) = 181+68+206=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #B544CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544CE is #4ABB31. Grayscale: #757575. Windows color (decimal): -4897586 or 13518005. OLE color: 13518005.

HSL color Cylindrical-coordinate representation of color #B544CE: hue angle of 289.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B544CE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 68 206 -
CMYK 0.12 0.67 0 0.19
HSL 289.13º 0.58% 0.54% -
HSV(B) 289.13º 0.67% 0.81% -
XYZ 32.26 18.41 60.25 -
YUV 117.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 181 68 206 0.12 0.67 0 0.19 289.13 0.58 0.54
Hex B5 44 CE C 43 0 13 121 3A 36
Octal 265 104 316 14 103 0 23 441 72 66
Binary 10110101 1000100 11001110 1100 1000011 0 10011 100100001 111010 110110

Color Harmonies of #B544CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544CE

Black with #B544CE

Text Example


Text Example

White with #B544CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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