Html Css Color HEX #B970EC Medium Orchid

📋 copy color: '#B970EC'

red 185 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #B970EC

Tints of Medium Orchid #B970EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.28%

R = 34.71%
G = 21.01%
B = 44.28%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B970EC (or 0xB970EC) is known color: Medium Orchid. HEX triplet: B9, 70 and EC. RGB value is (185,112,236). Sum of RGB (Red+Green+Blue) = 185+112+236=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B970EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970EC is #468F13. Grayscale: #939393. Windows color (decimal): -4624148 or 15495353. OLE color: 15495353.

HSL color Cylindrical-coordinate representation of color #B970EC: hue angle of 275.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B970EC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 112 236 -
CMYK 0.22 0.53 0 0.07
HSL 275.32º 0.77% 0.68% -
HSV(B) 275.32º 0.53% 0.93% -
XYZ 40.94 27.96 82.6 -
YUV 147.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 185 112 236 0.22 0.53 0 0.07 275.32 0.77 0.68
Hex B9 70 EC 16 35 0 7 113 4D 44
Octal 271 160 354 26 65 0 7 423 115 104
Binary 10111001 1110000 11101100 10110 110101 0 111 100010011 1001101 1000100

Color Harmonies of #B970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B970EC

Black with #B970EC

Text Example


Text Example

White with #B970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B970EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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