Html Css Color HEX #B970D0 Medium Orchid

📋 copy color: '#B970D0'

red 185 ◦ green 112 ◦ blue 208

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

Shades of Medium Orchid #B970D0

Tints of Medium Orchid #B970D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.19%

R = 36.63%
G = 22.18%
B = 41.19%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B970D0 (or 0xB970D0) is known color: Medium Orchid. HEX triplet: B9, 70 and D0. RGB value is (185,112,208). Sum of RGB (Red+Green+Blue) = 185+112+208=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #B970D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970D0 is #468F2F. Grayscale: #909090. Windows color (decimal): -4624176 or 13660345. OLE color: 13660345.

HSL color Cylindrical-coordinate representation of color #B970D0: hue angle of 285.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B970D0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 112 208 -
CMYK 0.11 0.46 0 0.18
HSL 285.63º 0.51% 0.63% -
HSV(B) 285.63º 0.46% 0.82% -
XYZ 37.19 26.46 62.82 -
YUV 144.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 185 112 208 0.11 0.46 0 0.18 285.63 0.51 0.63
Hex B9 70 D0 B 2E 0 12 11E 33 3F
Octal 271 160 320 13 56 0 22 436 63 77
Binary 10111001 1110000 11010000 1011 101110 0 10010 100011110 110011 111111

Color Harmonies of #B970D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970D0

Black with #B970D0

Text Example


Text Example

White with #B970D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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