Html Css Color HEX #B575D6 Medium Orchid

📋 copy color: '#B575D6'

red 181 ◦ green 117 ◦ blue 214

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

Shades of Medium Orchid #B575D6

Tints of Medium Orchid #B575D6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.85%

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 35.35%
G = 22.85%
B = 41.8%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B575D6 (or 0xB575D6) is known color: Medium Orchid. HEX triplet: B5, 75 and D6. RGB value is (181,117,214). Sum of RGB (Red+Green+Blue) = 181+117+214=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 117 (46.09% from 255 or 22.85% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #B575D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575D6 is #4A8A29. Grayscale: #929292. Windows color (decimal): -4885034 or 14054837. OLE color: 14054837.

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

Color convert

RGB 181 117 214 -
CMYK 0.15 0.45 0 0.16
HSL 279.59º 0.54% 0.65% -
HSV(B) 279.59º 0.45% 0.84% -
XYZ 37.55 27.4 66.93 -
YUV 147.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 181 117 214 0.15 0.45 0 0.16 279.59 0.54 0.65
Hex B5 75 D6 F 2D 0 10 118 36 41
Octal 265 165 326 17 55 0 20 430 66 101
Binary 10110101 1110101 11010110 1111 101101 0 10000 100011000 110110 1000001

Color Harmonies of #B575D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575D6

Black with #B575D6

Text Example


Text Example

White with #B575D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575D6; }

 p { color: rgb(181,117,214); }

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

background-color css

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

 a { background-color: rgb(181,117,214); }

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

border-color css

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

 span { border-color: rgb(181,117,214); }

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