Html Css Color HEX #B574DC Medium Orchid

📋 copy color: '#B574DC'

red 181 ◦ green 116 ◦ blue 220

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

Shades of Medium Orchid #B574DC

Tints of Medium Orchid #B574DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.44%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 35.01%
G = 22.44%
B = 42.55%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B574DC (or 0xB574DC) is known color: Medium Orchid. HEX triplet: B5, 74 and DC. RGB value is (181,116,220). Sum of RGB (Red+Green+Blue) = 181+116+220=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B574DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DC is #4A8B23. Grayscale: #929292. Windows color (decimal): -4885284 or 14447797. OLE color: 14447797.

HSL color Cylindrical-coordinate representation of color #B574DC: hue angle of 277.5º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B574DC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 116 220 -
CMYK 0.18 0.47 0 0.14
HSL 277.5º 0.6% 0.66% -
HSV(B) 277.5º 0.47% 0.86% -
XYZ 38.22 27.48 71 -
YUV 147.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 181 116 220 0.18 0.47 0 0.14 277.5 0.6 0.66
Hex B5 74 DC 12 2F 0 E 116 3C 42
Octal 265 164 334 22 57 0 16 426 74 102
Binary 10110101 1110100 11011100 10010 101111 0 1110 100010110 111100 1000010

Color Harmonies of #B574DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574DC

Black with #B574DC

Text Example


Text Example

White with #B574DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574DC; }

 p { color: rgb(181,116,220); }

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

background-color css

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

 a { background-color: rgb(181,116,220); }

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

border-color css

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

 span { border-color: rgb(181,116,220); }

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