Html Css Color HEX #B575DC Medium Orchid

📋 copy color: '#B575DC'

red 181 ◦ green 117 ◦ blue 220

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

Shades of Medium Orchid #B575DC

Tints of Medium Orchid #B575DC

RGB

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

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

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

R = 34.94%
G = 22.59%
B = 42.47%

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

#B575DC (or 0xB575DC) is known color: Medium Orchid. HEX triplet: B5, 75 and DC. RGB value is (181,117,220). Sum of RGB (Red+Green+Blue) = 181+117+220=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B575DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575DC is #4A8A23. Grayscale: #939393. Windows color (decimal): -4885028 or 14448053. OLE color: 14448053.

HSL color Cylindrical-coordinate representation of color #B575DC: hue angle of 277.28º 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 #B575DC is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 117 220 -
CMYK 0.18 0.47 0 0.14
HSL 277.28º 0.6% 0.66% -
HSV(B) 277.28º 0.47% 0.86% -
XYZ 38.34 27.71 71.04 -
YUV 147.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 181 117 220 0.18 0.47 0 0.14 277.28 0.6 0.66
Hex B5 75 DC 12 2F 0 E 115 3C 42
Octal 265 165 334 22 57 0 16 425 74 102
Binary 10110101 1110101 11011100 10010 101111 0 1110 100010101 111100 1000010

Color Harmonies of #B575DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575DC

Black with #B575DC

Text Example


Text Example

White with #B575DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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