Html Css Color HEX #B574DD Medium Orchid

📋 copy color: '#B574DD'

red 181 ◦ green 116 ◦ blue 221

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

Shades of Medium Orchid #B574DD

Tints of Medium Orchid #B574DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 34.94%
G = 22.39%
B = 42.66%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B574DD (or 0xB574DD) is known color: Medium Orchid. HEX triplet: B5, 74 and DD. RGB value is (181,116,221). Sum of RGB (Red+Green+Blue) = 181+116+221=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B574DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DD is #4A8B22. Grayscale: #939393. Windows color (decimal): -4885283 or 14513333. OLE color: 14513333.

HSL color Cylindrical-coordinate representation of color #B574DD: hue angle of 277.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B574DD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 116 221 -
CMYK 0.18 0.48 0 0.13
HSL 277.14º 0.61% 0.66% -
HSV(B) 277.14º 0.48% 0.87% -
XYZ 38.35 27.54 71.7 -
YUV 147.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 181 116 221 0.18 0.48 0 0.13 277.14 0.61 0.66
Hex B5 74 DD 12 30 0 D 115 3D 42
Octal 265 164 335 22 60 0 15 425 75 102
Binary 10110101 1110100 11011101 10010 110000 0 1101 100010101 111101 1000010

Color Harmonies of #B574DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574DD

Black with #B574DD

Text Example


Text Example

White with #B574DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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