Html Css Color HEX #B970D5 Medium Orchid

📋 copy color: '#B970D5'

red 185 ◦ green 112 ◦ blue 213

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

Shades of Medium Orchid #B970D5

Tints of Medium Orchid #B970D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 36.27%
G = 21.96%
B = 41.76%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B970D5 (or 0xB970D5) is known color: Medium Orchid. HEX triplet: B9, 70 and D5. RGB value is (185,112,213). Sum of RGB (Red+Green+Blue) = 185+112+213=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #B970D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970D5 is #468F2A. Grayscale: #919191. Windows color (decimal): -4624171 or 13988025. OLE color: 13988025.

HSL color Cylindrical-coordinate representation of color #B970D5: hue angle of 283.37º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B970D5 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 112 213 -
CMYK 0.13 0.47 0 0.16
HSL 283.37º 0.55% 0.64% -
HSV(B) 283.37º 0.47% 0.84% -
XYZ 37.81 26.71 66.11 -
YUV 145.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 185 112 213 0.13 0.47 0 0.16 283.37 0.55 0.64
Hex B9 70 D5 D 2F 0 10 11B 37 40
Octal 271 160 325 15 57 0 20 433 67 100
Binary 10111001 1110000 11010101 1101 101111 0 10000 100011011 110111 1000000

Color Harmonies of #B970D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970D5

Black with #B970D5

Text Example


Text Example

White with #B970D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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