Html Css Color HEX #B970D4 Medium Orchid

📋 copy color: '#B970D4'

red 185 ◦ green 112 ◦ blue 212

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

Shades of Medium Orchid #B970D4

Tints of Medium Orchid #B970D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 41.65%

R = 36.35%
G = 22%
B = 41.65%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B970D4 (or 0xB970D4) is known color: Medium Orchid. HEX triplet: B9, 70 and D4. RGB value is (185,112,212). Sum of RGB (Red+Green+Blue) = 185+112+212=509 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.35% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 212 - color contains mainly: blue. Hex color #B970D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970D4 is #468F2B. Grayscale: #909090. Windows color (decimal): -4624172 or 13922489. OLE color: 13922489.

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

Color convert

RGB 185 112 212 -
CMYK 0.13 0.47 0 0.17
HSL 283.8º 0.54% 0.64% -
HSV(B) 283.8º 0.47% 0.83% -
XYZ 37.69 26.66 65.45 -
YUV 145.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 185 112 212 0.13 0.47 0 0.17 283.8 0.54 0.64
Hex B9 70 D4 D 2F 0 11 11C 36 40
Octal 271 160 324 15 57 0 21 434 66 100
Binary 10111001 1110000 11010100 1101 101111 0 10001 100011100 110110 1000000

Color Harmonies of #B970D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970D4

Black with #B970D4

Text Example


Text Example

White with #B970D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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