Html Css Color HEX #B574DA Medium Orchid

📋 copy color: '#B574DA'

red 181 ◦ green 116 ◦ blue 218

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

Shades of Medium Orchid #B574DA

Tints of Medium Orchid #B574DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 35.15%
G = 22.52%
B = 42.33%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B574DA (or 0xB574DA) is known color: Medium Orchid. HEX triplet: B5, 74 and DA. RGB value is (181,116,218). Sum of RGB (Red+Green+Blue) = 181+116+218=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #B574DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B574DA is #4A8B25. Grayscale: #929292. Windows color (decimal): -4885286 or 14316725. OLE color: 14316725.

HSL color Cylindrical-coordinate representation of color #B574DA: hue angle of 278.24º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B574DA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 116 218 -
CMYK 0.17 0.47 0 0.15
HSL 278.24º 0.58% 0.65% -
HSV(B) 278.24º 0.47% 0.85% -
XYZ 37.96 27.38 69.61 -
YUV 147.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 181 116 218 0.17 0.47 0 0.15 278.24 0.58 0.65
Hex B5 74 DA 11 2F 0 F 116 3A 41
Octal 265 164 332 21 57 0 17 426 72 101
Binary 10110101 1110100 11011010 10001 101111 0 1111 100010110 111010 1000001

Color Harmonies of #B574DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574DA

Black with #B574DA

Text Example


Text Example

White with #B574DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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