Html Css Color HEX #B971DB Medium Orchid

📋 copy color: '#B971DB'

red 185 ◦ green 113 ◦ blue 219

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

Shades of Medium Orchid #B971DB

Tints of Medium Orchid #B971DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 35.78%
G = 21.86%
B = 42.36%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B971DB (or 0xB971DB) is known color: Medium Orchid. HEX triplet: B9, 71 and DB. RGB value is (185,113,219). Sum of RGB (Red+Green+Blue) = 185+113+219=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B971DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971DB is #468E24. Grayscale: #929292. Windows color (decimal): -4623909 or 14381497. OLE color: 14381497.

HSL color Cylindrical-coordinate representation of color #B971DB: hue angle of 280.75º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B971DB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 113 219 -
CMYK 0.16 0.48 0 0.14
HSL 280.75º 0.6% 0.65% -
HSV(B) 280.75º 0.48% 0.86% -
XYZ 38.7 27.24 70.24 -
YUV 146.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 185 113 219 0.16 0.48 0 0.14 280.75 0.6 0.65
Hex B9 71 DB 10 30 0 E 119 3C 41
Octal 271 161 333 20 60 0 16 431 74 101
Binary 10111001 1110001 11011011 10000 110000 0 1110 100011001 111100 1000001

Color Harmonies of #B971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B971DB

Black with #B971DB

Text Example


Text Example

White with #B971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B971DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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