Html Css Color HEX #B971D7 Medium Orchid

📋 copy color: '#B971D7'

red 185 ◦ green 113 ◦ blue 215

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

Shades of Medium Orchid #B971D7

Tints of Medium Orchid #B971D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 36.06%
G = 22.03%
B = 41.91%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B971D7 (or 0xB971D7) is known color: Medium Orchid. HEX triplet: B9, 71 and D7. RGB value is (185,113,215). Sum of RGB (Red+Green+Blue) = 185+113+215=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #B971D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971D7 is #468E28. Grayscale: #919191. Windows color (decimal): -4623913 or 14119353. OLE color: 14119353.

HSL color Cylindrical-coordinate representation of color #B971D7: hue angle of 282.35º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B971D7 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 113 215 -
CMYK 0.14 0.47 0 0.16
HSL 282.35º 0.56% 0.64% -
HSV(B) 282.35º 0.47% 0.84% -
XYZ 38.18 27.03 67.5 -
YUV 146.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 185 113 215 0.14 0.47 0 0.16 282.35 0.56 0.64
Hex B9 71 D7 E 2F 0 10 11A 38 40
Octal 271 161 327 16 57 0 20 432 70 100
Binary 10111001 1110001 11010111 1110 101111 0 10000 100011010 111000 1000000

Color Harmonies of #B971D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971D7

Black with #B971D7

Text Example


Text Example

White with #B971D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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