Html Css Color HEX #B670EC Medium Orchid

📋 copy color: '#B670EC'

red 182 ◦ green 112 ◦ blue 236

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

Shades of Medium Orchid #B670EC

Tints of Medium Orchid #B670EC

RGB

 RED value IS 182 (71.48% from 255) = 34.34%

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

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

R = 34.34%
G = 21.13%
B = 44.53%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B670EC (or 0xB670EC) is known color: Medium Orchid. HEX triplet: B6, 70 and EC. RGB value is (182,112,236). Sum of RGB (Red+Green+Blue) = 182+112+236=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #B670EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B670EC is #498F13. Grayscale: #929292. Windows color (decimal): -4820756 or 15495350. OLE color: 15495350.

HSL color Cylindrical-coordinate representation of color #B670EC: hue angle of 273.87º 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 #B670EC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 112 236 -
CMYK 0.23 0.53 0 0.07
HSL 273.87º 0.77% 0.68% -
HSV(B) 273.87º 0.53% 0.93% -
XYZ 40.23 27.59 82.56 -
YUV 147.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 182 112 236 0.23 0.53 0 0.07 273.87 0.77 0.68
Hex B6 70 EC 17 35 0 7 112 4D 44
Octal 266 160 354 27 65 0 7 422 115 104
Binary 10110110 1110000 11101100 10111 110101 0 111 100010010 1001101 1000100

Color Harmonies of #B670EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B670EC

Black with #B670EC

Text Example


Text Example

White with #B670EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B670EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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