Html Css Color HEX #B970D8 Medium Orchid

📋 copy color: '#B970D8'

red 185 ◦ green 112 ◦ blue 216

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

Shades of Medium Orchid #B970D8

Tints of Medium Orchid #B970D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 36.06%
G = 21.83%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B970D8 (or 0xB970D8) is known color: Medium Orchid. HEX triplet: B9, 70 and D8. RGB value is (185,112,216). Sum of RGB (Red+Green+Blue) = 185+112+216=513 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.06% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #B970D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970D8 is #468F27. Grayscale: #919191. Windows color (decimal): -4624168 or 14184633. OLE color: 14184633.

HSL color Cylindrical-coordinate representation of color #B970D8: hue angle of 282.12º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B970D8 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 112 216 -
CMYK 0.14 0.48 0 0.15
HSL 282.12º 0.57% 0.64% -
HSV(B) 282.12º 0.48% 0.85% -
XYZ 38.2 26.86 68.14 -
YUV 145.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 185 112 216 0.14 0.48 0 0.15 282.12 0.57 0.64
Hex B9 70 D8 E 30 0 F 11A 39 40
Octal 271 160 330 16 60 0 17 432 71 100
Binary 10111001 1110000 11011000 1110 110000 0 1111 100011010 111001 1000000

Color Harmonies of #B970D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970D8

Black with #B970D8

Text Example


Text Example

White with #B970D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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