Html Css Color HEX #B974DF Medium Orchid

📋 copy color: '#B974DF'

red 185 ◦ green 116 ◦ blue 223

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

Shades of Medium Orchid #B974DF

Tints of Medium Orchid #B974DF

RGB

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

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

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

R = 35.31%
G = 22.14%
B = 42.56%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B974DF (or 0xB974DF) is known color: Medium Orchid. HEX triplet: B9, 74 and DF. RGB value is (185,116,223). Sum of RGB (Red+Green+Blue) = 185+116+223=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #B974DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B974DF is #468B20. Grayscale: #949494. Windows color (decimal): -4623137 or 14644409. OLE color: 14644409.

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

Color convert

RGB 185 116 223 -
CMYK 0.17 0.48 0 0.13
HSL 278.69º 0.63% 0.66% -
HSV(B) 278.69º 0.48% 0.87% -
XYZ 39.57 28.13 73.16 -
YUV 148.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 185 116 223 0.17 0.48 0 0.13 278.69 0.63 0.66
Hex B9 74 DF 11 30 0 D 117 3F 42
Octal 271 164 337 21 60 0 15 427 77 102
Binary 10111001 1110100 11011111 10001 110000 0 1101 100010111 111111 1000010

Color Harmonies of #B974DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B974DF

Black with #B974DF

Text Example


Text Example

White with #B974DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B974DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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