Html Css Color HEX #B970DC Medium Orchid

📋 copy color: '#B970DC'

red 185 ◦ green 112 ◦ blue 220

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

Shades of Medium Orchid #B970DC

Tints of Medium Orchid #B970DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.66%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 35.78%
G = 21.66%
B = 42.55%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B970DC (or 0xB970DC) is known color: Medium Orchid. HEX triplet: B9, 70 and DC. RGB value is (185,112,220). Sum of RGB (Red+Green+Blue) = 185+112+220=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B970DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970DC is #468F23. Grayscale: #919191. Windows color (decimal): -4624164 or 14446777. OLE color: 14446777.

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

Color convert

RGB 185 112 220 -
CMYK 0.16 0.49 0 0.14
HSL 280.56º 0.61% 0.65% -
HSV(B) 280.56º 0.49% 0.86% -
XYZ 38.72 27.07 70.89 -
YUV 146.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 185 112 220 0.16 0.49 0 0.14 280.56 0.61 0.65
Hex B9 70 DC 10 31 0 E 119 3D 41
Octal 271 160 334 20 61 0 16 431 75 101
Binary 10111001 1110000 11011100 10000 110001 0 1110 100011001 111101 1000001

Color Harmonies of #B970DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970DC

Black with #B970DC

Text Example


Text Example

White with #B970DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970DC; }

 p { color: rgb(185,112,220); }

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

background-color css

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

 a { background-color: rgb(185,112,220); }

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

border-color css

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

 span { border-color: rgb(185,112,220); }

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