Html Css Color HEX #B974DB Medium Orchid

📋 copy color: '#B974DB'

red 185 ◦ green 116 ◦ blue 219

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

Shades of Medium Orchid #B974DB

Tints of Medium Orchid #B974DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.31%

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

R = 35.58%
G = 22.31%
B = 42.12%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B974DB (or 0xB974DB) is known color: Medium Orchid. HEX triplet: B9, 74 and DB. RGB value is (185,116,219). Sum of RGB (Red+Green+Blue) = 185+116+219=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #B974DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974DB is #468B24. Grayscale: #949494. Windows color (decimal): -4623141 or 14382265. OLE color: 14382265.

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

Color convert

RGB 185 116 219 -
CMYK 0.16 0.47 0 0.14
HSL 280.19º 0.59% 0.66% -
HSV(B) 280.19º 0.47% 0.86% -
XYZ 39.04 27.92 70.35 -
YUV 148.37 167.86 154.12 -
System Red Green Blue C M Y K H S L
Decimal 185 116 219 0.16 0.47 0 0.14 280.19 0.59 0.66
Hex B9 74 DB 10 2F 0 E 118 3B 42
Octal 271 164 333 20 57 0 16 430 73 102
Binary 10111001 1110100 11011011 10000 101111 0 1110 100011000 111011 1000010

Color Harmonies of #B974DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974DB

Black with #B974DB

Text Example


Text Example

White with #B974DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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