Html Css Color HEX #B971DF Medium Orchid

📋 copy color: '#B971DF'

red 185 ◦ green 113 ◦ blue 223

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

Shades of Medium Orchid #B971DF

Tints of Medium Orchid #B971DF

RGB

 RED value IS 185 (72.66% from 255) = 35.51%

 GREEN value IS 113 (44.53% from 255) = 21.69%

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 35.51%
G = 21.69%
B = 42.8%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B971DF (or 0xB971DF) is known color: Medium Orchid. HEX triplet: B9, 71 and DF. RGB value is (185,113,223). Sum of RGB (Red+Green+Blue) = 185+113+223=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #B971DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971DF is #468E20. Grayscale: #929292. Windows color (decimal): -4623905 or 14643641. OLE color: 14643641.

HSL color Cylindrical-coordinate representation of color #B971DF: hue angle of 279.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B971DF is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 113 223 -
CMYK 0.17 0.49 0 0.13
HSL 279.27º 0.63% 0.66% -
HSV(B) 279.27º 0.49% 0.87% -
XYZ 39.23 27.45 73.04 -
YUV 147.07 170.85 155.06 -
System Red Green Blue C M Y K H S L
Decimal 185 113 223 0.17 0.49 0 0.13 279.27 0.63 0.66
Hex B9 71 DF 11 31 0 D 117 3F 42
Octal 271 161 337 21 61 0 15 427 77 102
Binary 10111001 1110001 11011111 10001 110001 0 1101 100010111 111111 1000010

Color Harmonies of #B971DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971DF

Black with #B971DF

Text Example


Text Example

White with #B971DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971DF; }

 p { color: rgb(185,113,223); }

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

background-color css

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

 a { background-color: rgb(185,113,223); }

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

border-color css

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

 span { border-color: rgb(185,113,223); }

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