Html Css Color HEX #B575DA Medium Orchid

📋 copy color: '#B575DA'

red 181 ◦ green 117 ◦ blue 218

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

Shades of Medium Orchid #B575DA

Tints of Medium Orchid #B575DA

RGB

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

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

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

R = 35.08%
G = 22.67%
B = 42.25%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B575DA (or 0xB575DA) is known color: Medium Orchid. HEX triplet: B5, 75 and DA. RGB value is (181,117,218). Sum of RGB (Red+Green+Blue) = 181+117+218=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B575DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575DA is #4A8A25. Grayscale: #939393. Windows color (decimal): -4885030 or 14316981. OLE color: 14316981.

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

Color convert

RGB 181 117 218 -
CMYK 0.17 0.46 0 0.15
HSL 278.02º 0.58% 0.66% -
HSV(B) 278.02º 0.46% 0.85% -
XYZ 38.07 27.61 69.65 -
YUV 147.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 181 117 218 0.17 0.46 0 0.15 278.02 0.58 0.66
Hex B5 75 DA 11 2E 0 F 116 3A 42
Octal 265 165 332 21 56 0 17 426 72 102
Binary 10110101 1110101 11011010 10001 101110 0 1111 100010110 111010 1000010

Color Harmonies of #B575DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575DA

Black with #B575DA

Text Example


Text Example

White with #B575DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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