Html Css Color HEX #B574D7 Medium Orchid

📋 copy color: '#B574D7'

red 181 ◦ green 116 ◦ blue 215

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

Shades of Medium Orchid #B574D7

Tints of Medium Orchid #B574D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 35.35%
G = 22.66%
B = 41.99%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B574D7 (or 0xB574D7) is known color: Medium Orchid. HEX triplet: B5, 74 and D7. RGB value is (181,116,215). Sum of RGB (Red+Green+Blue) = 181+116+215=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #B574D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574D7 is #4A8B28. Grayscale: #929292. Windows color (decimal): -4885289 or 14120117. OLE color: 14120117.

HSL color Cylindrical-coordinate representation of color #B574D7: hue angle of 279.39º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B574D7 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 116 215 -
CMYK 0.16 0.46 0 0.16
HSL 279.39º 0.55% 0.65% -
HSV(B) 279.39º 0.46% 0.84% -
XYZ 37.57 27.22 67.56 -
YUV 146.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 181 116 215 0.16 0.46 0 0.16 279.39 0.55 0.65
Hex B5 74 D7 10 2E 0 10 117 37 41
Octal 265 164 327 20 56 0 20 427 67 101
Binary 10110101 1110100 11010111 10000 101110 0 10000 100010111 110111 1000001

Color Harmonies of #B574D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574D7

Black with #B574D7

Text Example


Text Example

White with #B574D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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